We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dc347 commit bff0a07Copy full SHA for bff0a07
Lib/test/test_zipapp.py
@@ -503,7 +503,7 @@ def test_cmdline_create_with_include_pattern(self):
503
with zipfile.ZipFile(target, 'r') as zf:
504
self.assertEqual(zf.namelist(),
505
["__main__.py", "zed.py"])
506
-
+
507
def test_cmdline_create_with_exclude_pattern(self):
508
source = self.tmpdir / 'source'
509
source.mkdir()
@@ -537,7 +537,7 @@ def test_cmdline_create_with_include_and_exclude_pattern(self):
537
zipapp.main(args)
538
target = source.with_suffix('.pyz')
539
self.assertTrue(target.is_file())
540
541
542
543
["__main__.py"])
0 commit comments