mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-10572: Move sqlite3
tests to Lib/test
(GH-29304)
Automerge-Triggered-By: GH:brettcannon
This commit is contained in:
parent
c2d0ba722a
commit
62bf263a77
16 changed files with 36 additions and 22 deletions
5
Lib/test/test_sqlite3/__main__.py
Normal file
5
Lib/test/test_sqlite3/__main__.py
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue