Skip to content

Commit 028ff99

Browse files
committed
Add Windows release manifest to expected output
1 parent 22879aa commit 028ff99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/test_add_to_pydotorg.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,11 @@ def test_list_files(fs: FakeFilesystem) -> None:
145145
"for macOS 10.13 and later",
146146
),
147147
("python-3.14.0b3.exe", "Windows installer (32-bit)", 1, False, ""),
148+
(
149+
"windows-3.14.0b3.json",
150+
"Windows release manifest",
151+
1,
152+
False,
153+
"Install with 'py install 3.14'",
154+
),
148155
]

0 commit comments

Comments
 (0)