ソースを参照

Stresstest: Show repetition number in end marker

Ask Solem 11 年 前
コミット
9fdf73ed89
1 ファイル変更4 行追加1 行削除
  1. 4 1
      funtests/stress/stress.py

+ 4 - 1
funtests/stress/stress.py

@@ -182,7 +182,10 @@ class Suite(object):
             )
             for j, test in enumerate(tests):
                 self.runtest(test, iterations, j + 1)
-            marker('Stresstest suite end', '+')
+            marker(
+                'Stresstest suite end (repetition {0})'.format(i + 1),
+                '+',
+            )
 
     def filtertests(self, names):
         try: