From c238fb0c6270ebd4b0dd554217ea7ca3a8081e55 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 12 Jun 2012 10:32:52 -0400 Subject: [PATCH] weird, seems like hasattr() doesn't count as a function call in the same way as isinstance()... --- test/aaa_profiling/test_zoomark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.47.3