cpython/Lib/test/test_sqlite3
Erlend Egeberg Aasland 822c3dcce3
bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad isolation level (#29561)
* bpo-45512: Raise sqlite3.Connection.__init__ is called with bad isolation level

* Also explicitly test allowed isolation levels

* Use subTest for better error messages if something goes wrong

* Update Lib/test/test_sqlite3/test_dbapi.py

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
2021-11-15 21:55:38 +09:00
..
__init__.py
__main__.py
test_backup.py
test_dbapi.py bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad isolation level (#29561) 2021-11-15 21:55:38 +09:00
test_dump.py
test_factory.py
test_hooks.py
test_regression.py bpo-45754: Use correct SQLite limit when checking statement length (GH-29489) 2021-11-10 18:46:11 +00:00
test_transactions.py
test_types.py
test_userfunctions.py bpo-45243: Use connection limits to simplify sqlite3 tests (GH-29356) 2021-11-05 19:19:43 +02:00