projects
/
fur
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37d4a70
)
Make it easier to run the tests without memory leak tests
author
David Kerkeslager
<kerkeslager@gmail.com>
Wed, 17 Jul 2019 22:09:46 +0000
(18:09 -0400)
committer
David Kerkeslager
<kerkeslager@gmail.com>
Wed, 17 Jul 2019 22:11:46 +0000
(18:11 -0400)
integration_tests.py
patch
|
blob
|
history
diff --git
a/integration_tests.py
b/integration_tests.py
index
5faf695
..
25550f6
100644
(file)
--- 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(MemoryLeakTest
s
, 'test_' + filename, test)
filenames = (
entry.name