X-Git-Url: https://code.kerkeslager.com/?p=fur;a=blobdiff_plain;f=integration_tests.py;h=5faf695d28065d7f53db0b723316639cc52a6059;hp=a4d7c672ccc564d03cdf74fe349d02319dfbd7a1;hb=37d4a702fda63b87c1482a59b2ef4c1bba2e3696;hpb=ae1df65cae00af0b46f0fbc8868b5f82c6aacc1d diff --git a/integration_tests.py b/integration_tests.py index a4d7c67..5faf695 100644 --- a/integration_tests.py +++ b/integration_tests.py @@ -61,7 +61,7 @@ def add_example_output_test(filename): setattr(OutputTests, 'test_' + filename, test) -class MemoryLeakTest(unittest.TestCase): +class MemoryLeakTests(unittest.TestCase): pass def add_example_memory_leak_test(filename):