Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
7546914e3f8157d8bad2998677e0ea3ed4cb7939
/
.
/
Lib
/
test
/
test_sqlite3
/
__main__.py
blob: 51eddc3c2fde02d01d49c88904d584b92459d559 [
file
]
from
test
.
test_sqlite3
import
load_tests
# Needed for the "load tests" protocol.
import
unittest
if
__name__
==
"__main__"
:
unittest
.
main
()