cpython/Lib/sqlite3/test
Serhiy Storchaka 3e19409d64
bpo-45181: Simplify loading sqlite3 tests (GH-28304)
Use unittest discover instead of manually enumerating all
test modules and classes.
Also add support for filtering them by pattern.
2021-09-13 14:16:26 +03:00
..
__init__.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
test_backup.py bpo-45181: Simplify loading sqlite3 tests (GH-28304) 2021-09-13 14:16:26 +03:00
test_dbapi.py bpo-45181: Simplify loading sqlite3 tests (GH-28304) 2021-09-13 14:16:26 +03:00
test_dump.py bpo-45181: Simplify loading sqlite3 tests (GH-28304) 2021-09-13 14:16:26 +03:00
test_factory.py bpo-45181: Simplify loading sqlite3 tests (GH-28304) 2021-09-13 14:16:26 +03:00
test_hooks.py bpo-45181: Simplify loading sqlite3 tests (GH-28304) 2021-09-13 14:16:26 +03:00
test_regression.py bpo-45181: Simplify loading sqlite3 tests (GH-28304) 2021-09-13 14:16:26 +03:00
test_transactions.py bpo-45181: Simplify loading sqlite3 tests (GH-28304) 2021-09-13 14:16:26 +03:00
test_types.py bpo-45181: Simplify loading sqlite3 tests (GH-28304) 2021-09-13 14:16:26 +03:00
test_userfunctions.py bpo-45181: Simplify loading sqlite3 tests (GH-28304) 2021-09-13 14:16:26 +03:00