Skip to content

v0.2.1

Compare
Choose a tag to compare
@maxdeviant maxdeviant released this 27 Apr 19:56
· 8 commits to main since this release

Added

  • Added test filtering using positional arguments to the CLI.
    • You can provide zero or more test filepaths for filtering.
    • gleam test -- example will run all tests in files that have "example" in their name.
    • gleam test -- test/startest_test.gleam will run just the tests in the specified file.

Changed

  • Renamed --filter CLI flag to --test-name-filter.