Skip to main content

Module tester

Module tester 

Source

Structs§

NuTester
Helper for running Nushell code in tests.
TestError
TestLocation

Enums§

TestErrorKind
Errors emitted by NuTester when parsing, compiling, or evaluating code.

Traits§

ShellErrorExt
Extensions for interrogating ShellError values in tests.
TestResultExt
Extensions for asserting error kinds from test helpers.

Functions§

test
Create a NuTester for running Nushell snippets in tests.

Type Aliases§

Result
Convenience result type for test helpers.