Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
7b0a372b20ae3b80053d52e84c2b7bdd114c19f0
/
.
/
Lib
/
test
/
test_sqlite3
/
__main__.py
blob: ca6a8347fbd231154f8b7e4a8302c3718f4de84a [
file
] [
log
] [
blame
]
from
test
.
test_sqlite3
import
load_tests
# Needed for the "load tests" protocol.
import
unittest
unittest
.
main
()