summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite3/__main__.py
blob: 51eddc3c2fde02d01d49c88904d584b92459d559 (plain)
1
2
3
4
5
from test.test_sqlite3 import load_tests  # Needed for the "load tests" protocol.
import unittest

if __name__ == "__main__":
    unittest.main()