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.