You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the test session repeatedly until the specified timeout expires.
465
+
466
+
``TIMEOUT`` can be specified in one of the following forms:
467
+
468
+
- ``<int>`` or ``<float>``: number of seconds
469
+
- ``<days>d<hours>h<minutes>m<seconds>s``: a string denoting days, hours, minutes and/or seconds.
470
+
471
+
At the end, failures from every run will be reported and, similarly, the failure statistics printed by the :option:`--failure-stats` option will include all runs.
472
+
473
+
.. versionadded:: 4.2
474
+
475
+
462
476
.. option:: --exec-order=ORDER
463
477
464
478
Impose an execution order for the independent tests.
In total, the selected tests will run ``N+1`` times as the first time does not count as a rerun.
554
+
555
+
At the end, failures from every run will be reported and, similarly, the failure statistics printed by the :option:`--failure-stats` option will include all runs.
556
+
557
+
Although similar to :option:`--repeat`, this option behaves differently.
558
+
This option repeats the *whole* test session multiple times.
559
+
All the tests of the session will finish before a new run is started.
560
+
The :option:`--repeat` option on the other hand generates clones of the selected tests and schedules them for running in a single session.
561
+
As a result, all the test clones will run (by default) concurrently.
0 commit comments