mirror of
https://github.com/python/cpython.git
synced 2025-07-10 04:45:36 +00:00
4 lines
115 B
Python
4 lines
115 B
Python
from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol.
|
|
import unittest
|
|
|
|
unittest.main()
|