]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove the "produce test" approach from the polymorphic_rel tests,
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Feb 2012 21:13:26 +0000 (16:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Feb 2012 21:13:26 +0000 (16:13 -0500)
commitcd655cf0996de682365201a0184170256da6859b
tree42095d6e21f92d9e93aa4d5b8eb1fdec669ff740
parentfd9dd2280003707c97cf9e928ac474d2d8f9c20d
remove the "produce test" approach from the polymorphic_rel tests,
break out fixtures into a separate module which will be
used by some future test suites as well
test/bootstrap/noseplugin.py
test/orm/inheritance/_poly_fixtures.py [new file with mode: 0644]
test/orm/inheritance/test_polymorphic_rel.py