Skip to content

v0.2.0

Compare
Choose a tag to compare
@maxdeviant maxdeviant released this 21 Apr 03:49
· 34 commits to main since this release

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.