]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
query
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jan 2010 21:42:21 +0000 (21:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jan 2010 21:42:21 +0000 (21:42 +0000)
test/orm/test_unitofwork.py

index 02340c0034d5e5d202fd7e3bb8775d5e3f784625..dff59c85a5f20162ae5c53f2e3bb22aacc44fb57 100644 (file)
@@ -73,6 +73,16 @@ class VersioningTest(_base.MappedTest):
         # This test relies on an SAWarning being emitted, but the
         # subsequent tests' emits_warning cause that SAWarning to be
         # ignored forever. So it must run first
+        #
+        #
+        # TODO: ???????
+        # works fine without the 0 for me, including
+        # forcing the emits_warning tests to the zero pos,
+        # emits_warning() resets the warnings filter after 
+        # running the test.   many emits_warnings() in other
+        # tests too
+        #
+        #
         save = testing.db.dialect.supports_sane_rowcount
         testing.db.dialect.supports_sane_rowcount = False
         try: