We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12d92b commit fa5e7cfCopy full SHA for fa5e7cf
1 file changed
Lib/distutils/tests/test_filelist.py
@@ -7,7 +7,7 @@
7
from distutils.errors import DistutilsTemplateError
8
from distutils.filelist import glob_to_re, translate_pattern, FileList
9
10
-from test.support import captured_stdout, run_unittest
+from test.support import captured_stdout
11
from distutils.tests import support
12
13
MANIFEST_IN = """\
@@ -292,8 +292,5 @@ def test_process_template(self):
292
self.assertWarnings()
293
294
295
-def test_suite():
296
- return unittest.makeSuite(FileListTestCase)
297
-
298
if __name__ == "__main__":
299
- run_unittest(test_suite())
+ unittest.main()
0 commit comments