]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refactor test_sqlite into a package
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Sep 2025 15:27:12 +0000 (11:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Sep 2025 15:37:32 +0000 (11:37 -0400)
commit774b8d89f944c3018af486f4d39c6d09acdb4dcf
treedb688f483d908c7632983cbb459973599529dddc
parenta7e25bedf181699a871d69ed45aefbf3ed326749
refactor test_sqlite into a package

this is many years overdue, let's do it while 2.1/2.0 are in
sync and we are far away from 1.4 now

for the 2.0 cherry pick this was 99% a clean cherry pick;
adding only test_deprecated_serializer_args, removing
one cachekeysuite, and a 3.8 check for
test_determinsitic_parameter (yes it's misspelled)

Change-Id: Icf90f957e4d56382a4c91250f55bec4c7abc9d79
(cherry picked from commit 94e4d8dcd5fffa5415481227373c8ab6797ec495)
test/dialect/sqlite/__init__.py [new file with mode: 0644]
test/dialect/sqlite/test_compiler.py [new file with mode: 0644]
test/dialect/sqlite/test_dialect.py [new file with mode: 0644]
test/dialect/sqlite/test_on_conflict.py [new file with mode: 0644]
test/dialect/sqlite/test_reflection.py [new file with mode: 0644]
test/dialect/sqlite/test_types.py [new file with mode: 0644]
test/dialect/test_sqlite.py [deleted file]