Skip to content

Commit a5bd9b6

Browse files
committed
changelog: add new option --no-loadscope-reorder to maintain test order in loadscope
1 parent 88f431a commit a5bd9b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog/1083.improvement.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Add ``--no-loadscope-reorder`` option to disable automatic reordering of tests in loadscope for tests where relative ordering matters. This only applies when using ``loadscope``.
2+
3+
For example, [test_file_1, test_file_2, ..., test_file_n] are given as input test files, if ``--no-loadscope-reorder`` is used, for either worker, the ``test_file_a`` will be executed before ``test_file_b`` only if ``a < b``.

changelog/1083.trivial

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)