]> 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:27:12 +0000 (11:27 -0400)
commit94e4d8dcd5fffa5415481227373c8ab6797ec495
tree159c2d7f2d56fb7b7c0bf2a64a7baf81afbba3f9
parenta04deb60ac28fa9e2555bb89ffdcd676514ef05d
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

Change-Id: Icf90f957e4d56382a4c91250f55bec4c7abc9d79
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]