mirror of
https://github.com/johndoe6345789/typthon.git
synced 2026-04-24 21:55:26 +00:00
5 lines
115 B
Python
5 lines
115 B
Python
from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol.
|
|
import unittest
|
|
|
|
unittest.main()
|