From: Mike Bayer Date: Tue, 12 Jun 2012 14:32:52 +0000 (-0400) Subject: weird, seems like hasattr() doesn't count as a function call in the same way as isins... X-Git-Tag: rel_0_8_0b1~389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c238fb0c6270ebd4b0dd554217ea7ca3a8081e55;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git weird, seems like hasattr() doesn't count as a function call in the same way as isinstance()... --- diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index e3ce8d078e..5a59e09e08 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -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()