This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients erlendaasland, ezio.melotti, georg.brandl, michael.foord
Date 2021-02-09.10:45:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612867514.84.0.365335986483.issue5846@roundup.psfhosted.org>
In-reply-to
Content
> I'm sure Gerhard wouldn't say no to changing the sqlite3 test prefix to
"test_"...

FYI, the sqlite3 tests have now been cleaned up (GH-20538).

Remaining occurrences in Lib/test:
Lib/test/test_pdb.py:        unittest.makeSuite(PdbTestCase),
Lib/test/test_dbm.py:    suites = [unittest.makeSuite(c) for c in classes]
Lib/test/test_io.py:    suite = unittest.TestSuite([unittest.makeSuite(test) for test in tests])
Lib/test/test_threading_local.py:    suite.addTest(unittest.makeSuite(ThreadLocalTest))
Lib/test/test_threading_local.py:    suite.addTest(unittest.makeSuite(PyThreadingLocalTest))
Lib/test/test_zipimport.py:        # item in a list sorted by name, like unittest.makeSuite() does.)
Lib/test/support/__init__.py:                suite.addTest(unittest.findTestCases(sys.modules[cls]))
Lib/test/support/__init__.py:            suite.addTest(unittest.makeSuite(cls))
Lib/test/support/testresult.py:    suite.addTest(unittest.makeSuite(TestTests))
Lib/test/test_email/torture_test.py:        suite.addTest(unittest.makeSuite(testclass))
Lib/test/test_math.py:    suite.addTest(unittest.makeSuite(MathTests))
Lib/test/test_math.py:    suite.addTest(unittest.makeSuite(IsCloseTests))
History
Date User Action Args
2021-02-09 10:45:14erlendaaslandsetrecipients: + erlendaasland, georg.brandl, ezio.melotti, michael.foord
2021-02-09 10:45:14erlendaaslandsetmessageid: <1612867514.84.0.365335986483.issue5846@roundup.psfhosted.org>
2021-02-09 10:45:14erlendaaslandlinkissue5846 messages
2021-02-09 10:45:14erlendaaslandcreate