]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No surprises.
authorJason Kirtland <jek@discorporate.us>
Thu, 10 Jan 2008 02:37:39 +0000 (02:37 +0000)
committerJason Kirtland <jek@discorporate.us>
Thu, 10 Jan 2008 02:37:39 +0000 (02:37 +0000)
commitbf36c648f2ef304f77cbde803453b0075ca6dcde
tree058ac03ea0818588629e35cf333274d8cd4cb995
parent84576e3258ea05b044f90463e8a59541661d5931
Reworked r4042- undeclared deprecation warnings are now *fatal* to tests.  No surprises.
24 files changed:
lib/sqlalchemy/util.py
test/engine/bind.py
test/ext/assignmapper.py
test/orm/association.py
test/orm/assorted_eager.py
test/orm/cascade.py
test/orm/cycles.py
test/orm/eager_relations.py
test/orm/entity.py
test/orm/inheritance/basic.py
test/orm/lazy_relations.py
test/orm/lazytest1.py
test/orm/manytomany.py
test/orm/mapper.py
test/orm/onetoone.py
test/orm/relationships.py
test/orm/session.py
test/orm/sessioncontext.py
test/orm/unitofwork.py
test/sql/defaults.py
test/sql/labels.py
test/sql/query.py
test/sql/select.py
test/testlib/testing.py