Releases: vyadh/nutest
v1.1.0
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
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.