]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
weird, seems like hasattr() doesn't count as a function call in the same way as isins...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Jun 2012 14:32:52 +0000 (10:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Jun 2012 14:32:52 +0000 (10:32 -0400)
test/aaa_profiling/test_zoomark.py

index e3ce8d078e4373b507f852cc34e381e57a9e5346..5a59e09e086eeaca43717f4baf2b48dbd12badc3 100644 (file)
@@ -377,7 +377,7 @@ class ZooMarkTest(fixtures.TestBase):
     def test_profile_2_insert(self):
         self.test_baseline_2_insert()
 
-    @profiling.function_call_count(3333)
+    @profiling.function_call_count(3109)
     def test_profile_3_properties(self):
         self.test_baseline_3_properties()