We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed44415 commit 9d09e7bCopy full SHA for 9d09e7b
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