mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Load only test_updater.py in aggregate_tests.py
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
fae3453c49
commit
a1ab4bb620
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue