From cc752587247ffe103bacfa86e84b5797959cd845 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Mon, 20 Jul 2015 06:41:43 +0200 Subject: More work on the documentation --- test.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test.py') diff --git a/test.py b/test.py index 101f8dc..48bb0a8 100644 --- a/test.py +++ b/test.py @@ -35,12 +35,6 @@ def test1(): this = getfname(f1) assert this == 'test.py', this - -def test_long_running(): - f1 = documentation.long_running(1) - f2 = documentation.long_running(2) - assert f1.result() + f2.result() == 3 - if __name__ == '__main__': t0 = time.time() for name, test in list(globals().items()): -- cgit v1.2.1