]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- test module turns warnings into exceptions so they can be tested for
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 Jul 2007 23:06:57 +0000 (23:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 Jul 2007 23:06:57 +0000 (23:06 +0000)
commit5c752ee1499bf8e4bff7b2663655d9dd4099593d
treeb2312e4495ab483d2769c81cfae6740dd7b8c259
parent8889d2c1bc7c527271909c0896e5d053c6aa369e
- test module turns warnings into exceptions so they can be tested for
- the two mapper PK tests should actually warn on the id column collision
- reverted abc_inheritance back to normal
test/orm/abc_inheritance.py
test/orm/inheritance.py
test/orm/mapper.py
test/testbase.py