Skip to content

1.9.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 24 Aug 19:29
· 532 commits to master since this release

Add selection of tests from the command line.

Usage: test [spec ...]

where spec can be:

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

Omission of tests takes precedence over inclusion of tests.