mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
Use modern mechanism for test discovery
This commit is contained in:
@@ -7,7 +7,7 @@ from distutils.log import WARN
|
||||
from distutils.errors import DistutilsTemplateError
|
||||
from distutils.filelist import glob_to_re, translate_pattern, FileList
|
||||
|
||||
from test.support import captured_stdout, run_unittest
|
||||
from test.support import captured_stdout
|
||||
from distutils.tests import support
|
||||
|
||||
MANIFEST_IN = """\
|
||||
@@ -292,8 +292,5 @@ class FileListTestCase(support.LoggingSilencer,
|
||||
self.assertWarnings()
|
||||
|
||||
|
||||
def test_suite():
|
||||
return unittest.makeSuite(FileListTestCase)
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_unittest(test_suite())
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user