Skip to content

1.14.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 02 Sep 19:14
· 477 commits to master since this release

Added command line options to show help and to count and list selected tests.

Usage: test [options] [test-spec ...]

Options:

  • -h, --help, this help message
  • -c, --count, count selected tests
  • -l, --list, list selected tests
  • --, end options

Test specification:

  • empty or "*": all tests, except excluded tests.
  • "text": select tests that contain text (case insensitive).
  • "!text": omit tests that contain text (case insensitive).

Tests that contain [hide] or [.] in their description are skipped, unless they are specifically selected.