Closed karolrom-intel closed 2 years ago
Default behavior of --test-order option is described as:
--test-order
tests are run in the order in which they appear on command line
In case test_specs contains only group names, the order of tests within the single group is not defined and may depend on filesystem implementation.
test_specs
To avoid this issue files/directories should be visited in a stable order.
Default behavior of
--test-order
option is described as:In case
test_specs
contains only group names, the order of tests within the single group is not defined and may depend on filesystem implementation.To avoid this issue files/directories should be visited in a stable order.