mirror of
https://github.com/python/cpython.git
synced 2025-07-13 22:35:18 +00:00

(cherry picked from commit 9d09e7b026
)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
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()
|