]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added a standardized test harness for ORM tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jan 2007 22:31:39 +0000 (22:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jan 2007 22:31:39 +0000 (22:31 +0000)
commit1b4e9a922128bdcd9645783427a72fe869cbfcb8
treed8f4e38c0356ff087439f0cdfd9262b01ff40daf
parent2ffaf5603f2e860ec29f3463407c477dc3b1fec4
- added a standardized test harness for ORM tests
- added three-level mapping test.  needed some massaging for postgres
test/orm/inheritance.py
test/orm/inheritance2.py
test/orm/inheritance3.py
test/orm/inheritance4.py
test/orm/inheritance5.py
test/orm/manytomany.py
test/testbase.py