cpython/Lib/test/test_sqlite3
Christian Heimes 15bfabd1aa
gh-84461: Fix test_sqlite for Emscripten/WASI (#94125)
2022-06-23 08:31:55 +02:00
..
__init__.py gh-84623: Remove unused imports in tests (#93772) 2022-06-13 16:56:03 +02:00
__main__.py
test_backup.py
test_dbapi.py gh-84461: Fix test_sqlite for Emscripten/WASI (#94125) 2022-06-23 08:31:55 +02:00
test_dump.py gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#9621) 2022-06-20 00:59:24 +02:00
test_factory.py
test_hooks.py
test_regression.py Clean up the sqlite3 tests (GH-93056) 2022-05-21 19:06:12 +03:00
test_transactions.py gh-84623: Remove unused imports (#94132) 2022-06-22 19:14:27 +02:00
test_types.py
test_userfunctions.py