diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-12 10:32:52 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-12 10:32:52 -0400 |
| commit | c238fb0c6270ebd4b0dd554217ea7ca3a8081e55 (patch) | |
| tree | eed2e2267fdb9f68ec129d5cf82a3c10db335487 /test/aaa_profiling/test_zoomark.py | |
| parent | 9d153d846fab6fa0e769c1edf315cdf534be62ee (diff) | |
| download | sqlalchemy-c238fb0c6270ebd4b0dd554217ea7ca3a8081e55.tar.gz | |
weird, seems like hasattr() doesn't count as a function call in the same way as isinstance()...
Diffstat (limited to 'test/aaa_profiling/test_zoomark.py')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index e3ce8d078..5a59e09e0 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() |
