]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rework the assert_sql system so that we have a context manager to work with,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 7 Dec 2014 23:54:52 +0000 (18:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 7 Dec 2014 23:54:52 +0000 (18:54 -0500)
commit60e6ac8856e5f7f257e1797280d1510682ae8fb7
tree41ada63c12c08415cc91dfdb812d85fd4430e1ca
parent1b260c7959c9b89e6a3993d5d96bc6b0918a8fb0
- rework the assert_sql system so that we have a context manager to work with,
use events that are local to the engine and to the run and are removed afterwards.
lib/sqlalchemy/testing/assertions.py
lib/sqlalchemy/testing/assertsql.py
lib/sqlalchemy/testing/engines.py