]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Add a new le_() assertion for less than or equals
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Jun 2015 20:42:14 +0000 (16:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Jun 2015 20:42:14 +0000 (16:42 -0400)
commite15d58695d6eff9a1d53e31e5ae3666434a4a1af
treec1000fa1ff38be1cf1070f0f040b811ff374b65b
parenta8c6cce404caf4a9c20faefc8f11a3e37db3ea05
- Add a new le_() assertion for less than or equals
- fix TablesTest to use the bind that we've returned from setup_bind()
to emit DELETE statements
lib/sqlalchemy/testing/__init__.py
lib/sqlalchemy/testing/assertions.py
lib/sqlalchemy/testing/fixtures.py