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 60a96ff commit b6ec2bfCopy full SHA for b6ec2bf
Lib/test/test_zipapp.py
@@ -102,7 +102,7 @@ def test_create_archive_self_insertion(self):
102
self.assertEqual(len(z.namelist()), 2)
103
self.assertIn('__main__.py', z.namelist())
104
self.assertIn('test.py', z.namelist())
105
-
+
106
def test_create_archive_filter_exclude_dir(self):
107
# Test packing a directory and using a filter to exclude a
108
# subdirectory (ensures that the path supplied to include
0 commit comments