Skip to content

Releases: maxdeviant/startest

v0.2.4

18 May 19:25
Compare
Choose a tag to compare

Changed

  • Upgraded glint to v1.0.0-rc2.

v0.2.3

14 May 02:46
Compare
Choose a tag to compare

Added

  • Added expect/to_loosely_equal for asserting on Float values.

v0.2.2

07 May 01:19
Compare
Choose a tag to compare

Changed

  • Pinned glint to v1.0.0-rc1.

v0.2.1

27 Apr 19:56
Compare
Choose a tag to compare

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.

v0.2.0

21 Apr 03:49
Compare
Choose a tag to compare

Added

  • Added startest.run for running tests.
    • startest.run takes a Config and will auto-discover and run the tests.
  • Added Startest CLI
    • Calling startest.run in your test main will allow you to use the CLI via gleam test.
  • Added dot reporter.
  • Added a finished callback to Reporter.

Changed

  • Changed Reporter.report to take a ReporterContext as the first argument.

Removed

  • Removed startest.run_tests in favor of startest.run.

v0.1.0

20 Apr 02:48
Compare
Choose a tag to compare
  • Initial release.