mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
@ -1272,7 +1272,17 @@
|
|||
<Compile Include="test\test_sort.py" />
|
||||
<Compile Include="test\test_source_encoding.py" />
|
||||
<Compile Include="test\test_spwd.py" />
|
||||
<Compile Include="test\test_sqlite.py" />
|
||||
<Compile Include="test\test_sqlite3" />
|
||||
<Compile Include="test\test_sqlite3\__init__.py" />
|
||||
<Compile Include="test\test_sqlite3\test_backup.py" />
|
||||
<Compile Include="test\test_sqlite3\test_dbapi.py" />
|
||||
<Compile Include="test\test_sqlite3\test_dump.py" />
|
||||
<Compile Include="test\test_sqlite3\test_factory.py" />
|
||||
<Compile Include="test\test_sqlite3\test_hooks.py" />
|
||||
<Compile Include="test\test_sqlite3\test_regression.py" />
|
||||
<Compile Include="test\test_sqlite3\test_transactions.py" />
|
||||
<Compile Include="test\test_sqlite3\test_types.py" />
|
||||
<Compile Include="test\test_sqlite3\test_userfunctions.py" />
|
||||
<Compile Include="test\test_ssl.py" />
|
||||
<Compile Include="test\test_startfile.py" />
|
||||
<Compile Include="test\test_stat.py" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue