[issue40823] Don't use obsolete unittest.makeSuite() in sqlite3 tests

Erlend Egeberg Aasland report at bugs.python.org
Sat May 30 07:35:53 EDT 2020


New submission from Erlend Egeberg Aasland <erlend.aasland at innova.no>:

Use `loadTestsFromTestCase()` iso. `makeSuite()` in sqlite3 tests. Implies changing the prefix for all test methods.

Ref. bpo-5846

----------
components: Tests
messages: 370371
nosy: erlendaasland
priority: normal
severity: normal
status: open
title: Don't use obsolete unittest.makeSuite() in sqlite3 tests
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40823>
_______________________________________


More information about the Python-bugs-list mailing list