v0.2.0
Added
- Added
startest.run
for running tests.startest.run
takes aConfig
and will auto-discover and run the tests.
- Added Startest CLI
- Calling
startest.run
in your testmain
will allow you to use the CLI viagleam test
.
- Calling
- Added dot reporter.
- Added a
finished
callback toReporter
.
Changed
- Changed
Reporter.report
to take aReporterContext
as the first argument.
Removed
- Removed
startest.run_tests
in favor ofstartest.run
.