This commit is contained in:
Bo Maryniuk 2017-01-25 21:15:05 +01:00
parent 47a16916c3
commit a112b790fe

View file

@ -54,4 +54,4 @@ class SanitizersTestCase(TestCase):
if __name__ == '__main__':
from integration import run_tests
run_tests(ArgsTestCase, needs_daemon=False)
run_tests(SanitizersTestCase, needs_daemon=False)