diff options
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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()): |