/nu-unit-test

unit test framework for nu

Primary LanguageNushell

nu-unit-test

unit test framework for nu

references:

objectives

  • create an assert function that can fail and continue on with other tests:

  • create a runner that follows the junit test fixture pattern of:

before all
    before each
    test
    after each
after all

that allows for setup and teardown of a test session and each test

TODO: target output formats compatable with junit test runners