mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Test only the attack unit tests
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
dc5f3ec753
commit
b4d726c514
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_*_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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue