Skip to content

Commit

Permalink
Update Lib/test/test_sqlite3/__main__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
Erlend Egeberg Aasland and brettcannon authored Oct 29, 2021
1 parent 7f2ee3b commit bca9a72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/test/test_sqlite3/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from test.test_sqlite3 import load_tests
import unittest

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

0 comments on commit bca9a72

Please sign in to comment.