]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added basic 'zblog' test suite
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Sep 2006 17:16:26 +0000 (17:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Sep 2006 17:16:26 +0000 (17:16 +0000)
commit9a5247818904185d3f1e3f4bfbc66cc614a941c6
treec73a99b25d994bb710b0981e7971461cc3fb4b07
parent20f15720da7b9f6baca01d8bfef359263b671824
- added basic 'zblog' test suite
- better error message for mapper orphan detect
lib/sqlalchemy/orm/mapper.py
test/alltests.py
test/zblog/__init__.py [new file with mode: 0644]
test/zblog/alltests.py [new file with mode: 0644]
test/zblog/blog.py [new file with mode: 0644]
test/zblog/mappers.py [new file with mode: 0644]
test/zblog/tables.py [new file with mode: 0644]
test/zblog/tests.py [new file with mode: 0644]
test/zblog/user.py [new file with mode: 0644]