bpo-10572: Move sqlite3 tests to Lib/test (GH-29304)

Automerge-Triggered-By: GH:brettcannon
This commit is contained in:
Erlend Egeberg Aasland 2021-10-30 00:08:19 +02:00 committed by GitHub
parent c2d0ba722a
commit 62bf263a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 36 additions and 22 deletions

View file

@ -0,0 +1,5 @@
from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol.
import unittest
if __name__ == "__main__":
unittest.main()