]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-20538)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 7 Jan 2021 00:05:07 +0000 (01:05 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Jan 2021 00:05:07 +0000 (02:05 +0200)
commit849e339a925fb398be31e566c31b99ce6cdb6006
tree8dbfab703951c57395932ee01eef76a1b096d6e1
parent1ab045933b90d1954af983cc08d1bf0bc46b6240
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-20538)
Lib/sqlite3/test/backup.py
Lib/sqlite3/test/dbapi.py
Lib/sqlite3/test/dump.py
Lib/sqlite3/test/factory.py
Lib/sqlite3/test/hooks.py
Lib/sqlite3/test/regression.py
Lib/sqlite3/test/transactions.py
Lib/sqlite3/test/types.py
Lib/sqlite3/test/userfunctions.py
Misc/NEWS.d/next/Tests/2020-05-30-13-39-22.bpo-40823.yB7K5w.rst [new file with mode: 0644]