Load only test_updater.py in aggregate_tests.py

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-05-02 16:14:04 -04:00
parent fae3453c49
commit a1ab4bb620
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_slow_retrieval_attack.py')
tests_list = glob.glob('test_updater.py')
# Remove '.py' from each filename to allow loadTestsFromNames() (called below)
# to properly load the file as a module.