]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Undeclared SAWarnings are now fatal to tests as well.
authorJason Kirtland <jek@discorporate.us>
Sat, 12 Jan 2008 04:52:05 +0000 (04:52 +0000)
committerJason Kirtland <jek@discorporate.us>
Sat, 12 Jan 2008 04:52:05 +0000 (04:52 +0000)
commitc194962019d1bc7322e20b82c33aa1bab3bc2a28
treee1e3b8b1119990de7fb3b30f7e3ab6dfa40ca838
parent05a693fcb7a57f0362e06da1517cb35279bfaad1
- Undeclared SAWarnings are now fatal to tests as well.
- Fixed typo that was killing runs of individual named tests.
test/dialect/mysql.py
test/engine/reflection.py
test/orm/inheritance/basic.py
test/orm/mapper.py
test/orm/query.py
test/sql/generative.py
test/sql/selectable.py
test/sql/testtypes.py
test/testlib/testing.py