]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
break up test_update_delete_where into several files
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Nov 2025 18:44:31 +0000 (13:44 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Nov 2025 18:45:53 +0000 (13:45 -0500)
commitaa2e3c883c5e1815ea7a69444c6c5bcde5662082
treee711f76aa2f85e3a5e09947d9e0251915c3adc3e
parent4d05d9aa7a3a6c1e8d0c49bdd83135431b503839
break up test_update_delete_where into several files

it's grown to 3K lines and i need to add more tests

Change-Id: Ic55c50446d57789e3e3cc58e6a99239c1bfa8328
(cherry picked from commit 871e66e058fafae8f54d68359370c022d51059e1)
test/orm/dml/test_orm_upd_del_assorted.py [new file with mode: 0644]
test/orm/dml/test_orm_upd_del_basic.py [moved from test/orm/dml/test_update_delete_where.py with 73% similarity]
test/orm/dml/test_orm_upd_del_inheritance.py [new file with mode: 0644]