We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc9489 commit 2ac1096Copy full SHA for 2ac1096
Lib/test/test_sqlite3/__main__.py
@@ -1,5 +1,4 @@
1
from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol.
2
import unittest
3
4
-if __name__ == "__main__":
5
- unittest.main()
+unittest.main()
0 commit comments