]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- use class name by itself in flush warnings to prevent overflow of warnings registry
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Nov 2010 23:38:44 +0000 (18:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Nov 2010 23:38:44 +0000 (18:38 -0500)
commit79fc3cdc1b0be99e138580905290823463766944
tree0b840795f76853d01be832a6cd851d2026cb3cc7
parent35bfda533ed1546f40a5907dfe87c14c0b71cd0d
- use class name by itself in flush warnings to prevent overflow of warnings registry
- test suite swaps out warnings.warn with warnings.warn_explicit, to solve warnings registry issue
- explicitly disallow functions from inside test.bootstrap, test.lib being interpreted as tests
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/util/langhelpers.py
test/bootstrap/noseplugin.py
test/lib/testing.py