cpython/Lib/test/test_sqlite3/__main__.py
Miss Islington (bot) 2ac1096423
gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052)
(cherry picked from commit 9d09e7b026)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
2022-07-20 10:01:58 -07:00

4 lines
115 B
Python

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