From: David Kerkeslager Date: Wed, 17 Jul 2019 22:09:46 +0000 (-0400) Subject: Make it easier to run the tests without memory leak tests X-Git-Url: https://code.kerkeslager.com/?p=fur;a=commitdiff_plain;h=af128213436f5e97c3fb6d33b3e89db5e0201e3d Make it easier to run the tests without memory leak tests --- diff --git a/integration_tests.py b/integration_tests.py index 5faf695..25550f6 100644 --- a/integration_tests.py +++ b/integration_tests.py @@ -114,7 +114,7 @@ def add_example_memory_leak_test(filename): except OSError: pass - setattr(MemoryLeakTest, 'test_' + filename, test) + setattr(MemoryLeakTests, 'test_' + filename, test) filenames = ( entry.name