Test only the attack unit tests

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-05-02 16:26:57 -04:00
parent dc5f3ec753
commit b4d726c514
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -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.