mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Edit aggregate_tests.py comment.
This commit is contained in:
parent
08a2bad2c0
commit
60cfb7e054
1 changed files with 3 additions and 4 deletions
|
|
@ -5,11 +5,11 @@
|
|||
aggregate_tests.py
|
||||
|
||||
<Author>
|
||||
Konstantin Andrianov
|
||||
Zane Fisher
|
||||
Konstantin Andrianov.
|
||||
Zane Fisher.
|
||||
|
||||
<Started>
|
||||
January 26, 2013
|
||||
January 26, 2013.
|
||||
|
||||
August 2013.
|
||||
Modified previous behavior that explicitly imported individual
|
||||
|
|
@ -45,7 +45,6 @@
|
|||
# Provide command-line option to randomize the order in which the tests run.
|
||||
# Randomization might catch errors with unit tests that do not properly clean
|
||||
# up or restore monkey-patched modules.
|
||||
#if '--random' in sys.argv:
|
||||
random.shuffle(tests_without_extension)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue