cpython/Lib/test/test_sqlite3/__main__.py

5 lines
115 B
Python
Raw Normal View History

from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol.
import unittest
unittest.main()