Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Kirilov <vik.kirilov@gmail.com>2021-02-02 17:19:30 +0300
committerViktor Kirilov <vik.kirilov@gmail.com>2021-02-02 17:59:16 +0300
commitb42592efbba2cf9fc3dfef16b1b3fb4379a7a8a5 (patch)
tree8d72dd4c65a17f9dce804c8729bfc961b582b57f /examples
parent8492a6216788c9e40eb98c5c5480d45d16375990 (diff)
officially supporting 'none' as sorting of test cases
Diffstat (limited to 'examples')
-rw-r--r--examples/all_features/test_output/help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/all_features/test_output/help.txt b/examples/all_features/test_output/help.txt
index 00de6f99..2c459552 100644
--- a/examples/all_features/test_output/help.txt
+++ b/examples/all_features/test_output/help.txt
@@ -29,7 +29,7 @@
-r, --reporters=<filters> reporters to use (console is default)
-o, --out=<string> output filename
-ob, --order-by=<string> how the tests should be ordered
- <string> - by [file/suite/name/rand]
+ <string> - [file/suite/name/rand/none]
-rs, --rand-seed=<int> seed for random ordering
-f, --first=<int> the first test passing the filters to
execute - for range-based execution