From 60cfb7e0547dea353577dd4ba45d49776fbdd32e Mon Sep 17 00:00:00 2001 From: vladdd Date: Sun, 20 Apr 2014 16:19:56 -0400 Subject: [PATCH] Edit aggregate_tests.py comment. --- tests/aggregate_tests.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/aggregate_tests.py b/tests/aggregate_tests.py index 78a9c9bd..5394498a 100755 --- a/tests/aggregate_tests.py +++ b/tests/aggregate_tests.py @@ -5,11 +5,11 @@ aggregate_tests.py - Konstantin Andrianov - Zane Fisher + Konstantin Andrianov. + Zane Fisher. - 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)