From d07029d575532122f3d1f81141710ba36ca307e0 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 7 Feb 2014 03:56:57 +0100 Subject: coverage++ --- test/test_script.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/test_script.py') diff --git a/test/test_script.py b/test/test_script.py index 2e48081b..2999a910 100644 --- a/test/test_script.py +++ b/test/test_script.py @@ -75,9 +75,6 @@ class TestScript: # Two instantiations assert m.call_count == 2 assert (time.time() - t_start) < 0.09 - time.sleep(0.3 - (time.time() - t_start)) - # Plus two invocations - assert m.call_count == 4 def test_concurrent2(self): s = flow.State() -- cgit v1.2.3