[doctest] [doctest] boolean values: "1/on/yes/true" or "0/off/no/false" [doctest] filter values: "str1,str2,str3" (comma separated strings) [doctest] [doctest] filters use wildcards for matching strings [doctest] something passes a filter if any of the strings in a filter matches [doctest] [doctest] ALL FLAGS, OPTIONS AND FILTERS ALSO AVAILABLE WITH A "dt-" PREFIX!!! [doctest] [doctest] Query flags - the program quits after them. Available: -?, --help, -h prints this message -v, --version prints the version -c, --count prints the number of matching tests -ltc, --list-test-cases lists all matching tests by name -lts, --list-test-suites lists all matching test suites -lr, --list-reporters lists all registered reporters [doctest] The available / options/filters are: -tc, --test-case= filters tests by their name -tce, --test-case-exclude= filters OUT tests by their name -sf, --source-file= filters tests by their file -sfe, --source-file-exclude= filters OUT tests by their file -ts, --test-suite= filters tests by their test suite -tse, --test-suite-exclude= filters OUT tests by their test suite -sc, --subcase= filters subcases by their name -sce, --subcase-exclude= filters OUT subcases by their name -r, --reporters= reporters to use (console is default) -o, --out= output filename -ob, --order-by= how the tests should be ordered - [file/suite/name/rand/none] -rs, --rand-seed= seed for random ordering -f, --first= the first test passing the filters to execute - for range-based execution -l, --last= the last test passing the filters to execute - for range-based execution -aa, --abort-after= stop after failed assertions -scfl,--subcase-filter-levels= apply filters for the first levels [doctest] Bool options - can be used like flags and true is assumed. Available: -s, --success= include successful assertions in output -cs, --case-sensitive= filters being treated as case sensitive -e, --exit= exits after the tests finish -d, --duration= prints the time duration of each test -m, --minimal= minimal console output (only failures) -q, --quiet= no console output -nt, --no-throw= skips exceptions-related assert checks -ne, --no-exitcode= returns (or exits) always with success -nr, --no-run= skips all runtime doctest operations -ni, --no-intro= omit the framework intro in the output -nv, --no-version= omit the framework version in the output -nc, --no-colors= disables colors in output -fc, --force-colors= use colors even when not in a tty -nb, --no-breaks= disables breakpoints in debuggers -ns, --no-skip= don't skip test cases marked as skip -gfl, --gnu-file-line= :n: vs (n): for line numbers in output -npf, --no-path-filenames= only filenames and no paths in output -nln, --no-line-numbers= 0 instead of real line numbers in output [doctest] for more information visit the project documentation