Skip to content

Releases: vyadh/nutest

v1.1.0

18 Apr 18:12
Compare
Choose a tag to compare

The release of Nushell 1.103.0 came with support for attributes such as @test and @before-each (see the release notes for this feature), which clearly a nicer way to declare test commands. This release of Nutest adds support for this method, while preserving the previous comment style #[test] for now, though that will be removed in a future release.

This release of Nutest necessarily requires Nushell 0.103.0.

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.