]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a new assertsql construct "Or", so that we can test for a UOW flush
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 May 2014 04:21:11 +0000 (00:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 May 2014 04:21:11 +0000 (00:21 -0400)
commit2c8689fd141c278a7bbc250087e553b76a515bc6
tree2f6bf4c48b34b0d60f540cf9d79726da515fc0ac
parent1bd578998b89a7e3c08e50d04f37daefbf307a58
- add a new assertsql construct "Or", so that we can test for a UOW flush
that might take one of multiple directions; apply this to test_delete_unloaded_m2o
which is now illustrating multiple paths due to #3060/#3061, though still doing the
right thing.
lib/sqlalchemy/testing/assertsql.py
test/orm/test_unitofworkv2.py