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
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