From b4d726c514b752a905baf56b0aad9225a6dc41e0 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 2 May 2018 16:26:57 -0400 Subject: [PATCH] Test only the attack unit tests Signed-off-by: Vladimir Diaz --- tests/aggregate_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/aggregate_tests.py b/tests/aggregate_tests.py index 9c7d89b7..9e43f2bb 100755 --- a/tests/aggregate_tests.py +++ b/tests/aggregate_tests.py @@ -43,7 +43,7 @@ # 'test_' and end with '.py'. A shell-style wildcard is used with glob() to # match desired filenames. All the tests matching the pattern will be loaded # and run in a test suite. -tests_list = glob.glob('test_*_integration.py') +tests_list = glob.glob('test_*_attack.py') # Remove '.py' from each filename to allow loadTestsFromNames() (called below) # to properly load the file as a module.