Skip to content

Releases: vyadh/nutest

v1.0.1

13 Feb 18:11
Compare
Choose a tag to compare

The release of Nushell 1.102.0 came with some changes that made some data structures lazily evaluated in more scenarios. That meant that syntax errors in code under test were not being correctly emitted in the right context. This release manifests these parse errors in the appropriate context so they are displayed on the terminal correctly.

v1.0.0

22 Jan 20:50
Compare
Choose a tag to compare

Initial release of a fully functional test runner with parallel test running, flexible outputs and reporting.