This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-28 22:00:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
138ed6db9f89171983dc32af4e7ad2e73d46a940
cpython
/
Lib
/
test
/
test_sqlite3
T
History
Serhiy Storchaka
1bde13b0e9
Add test for opening an SQLite with bytes path (GH-136331)
2025-08-11 09:16:54 +03:00
..
__init__.py
…
__main__.py
…
test_backup.py
…
test_cli.py
gh-133439: Fix the error message in the sqlite3 CLI (GH-133807)
2025-06-19 13:46:33 +02:00
test_dbapi.py
Add test for opening an SQLite with bytes path (GH-136331)
2025-08-11 09:16:54 +03:00
test_dump.py
…
test_factory.py
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
2025-05-08 15:42:00 +03:00
test_hooks.py
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
2025-05-08 15:42:00 +03:00
test_regression.py
…
test_transactions.py
…
test_types.py
…
test_userfunctions.py
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
2025-05-08 15:42:00 +03:00
util.py
…