]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix a callcount
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Mar 2011 22:16:40 +0000 (18:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Mar 2011 22:16:40 +0000 (18:16 -0400)
commitda938820ec731b55e5285b202436668e49edf14b
tree1bd7fb88c8260a455285745f698ace58e55c116f
parent54563de4bb7be9ce8f3f284808751424a5d7a4b1
- fix a callcount
- remove extra _load_fixtures() method.   using the classbound version as the fixtures
seem to have everything classlevel at the moment (wondering if we want to change that
for non-classlevel setup/teardown)
test/aaa_profiling/test_orm.py
test/lib/fixtures.py
test/orm/test_scoping.py