Closed
Description
unittest does not report the sqlite3 audit test as skipped if sqlite3 is not available.
Re #95012 (comment):
Use self.skipTest() to report the test as skipped.
Or use helper test.support.import_helper.import_module() to check that the module is importable.
Metadata
Metadata
Assignees
Projects
Status
Done