Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address review: remove uneeded 'if __name__ == "__main__"'
  • Loading branch information
Erlend E. Aasland committed Oct 29, 2021
commit 5d5e84fcfef0a6f5e05787925ee04819d4b27a1a
3 changes: 0 additions & 3 deletions Lib/test/test_sqlite3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ def load_tests(*args):
print("test_sqlite3: testing with version",
"{!r}, sqlite_version {!r}".format(sqlite3.version,
sqlite3.sqlite_version))

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