waiting for - https://github.com/nushell/nushell/pull/8815 - https://github.com/nushell/nushell/pull/8776 resolved by - https://github.com/nushell/nushell/pull/8776 - https://github.com/nushell/nushell/pull/8850 - https://github.com/nushell/nushell.github.io/pull/868 ### Related problem cc/ @presidento time to wrap up the testing framework, am i right? :yum: > **Note** > comes from https://github.com/nushell/nushell/issues/8815#issuecomment-1500940506 ### Describe the solution you'd like - make the test runner a part of `std` - maybe use the following structure? ``` crates/nu-std/lib/ ├── testing │ ├── assert.nu │ ├── run.nu │ └── setup.nu ├── dirs.nu ├── ... └── xml.nu ``` ### Describe alternatives you've considered _No response_ ### Additional context and details _No response_
waiting for
setupandteardowncommands to unit tests #8776resolved by
setupandteardowncommands to unit tests #8776Related problem
cc/ @presidento
time to wrap up the testing framework, am i right? 😋
Describe the solution you'd like
stdDescribe alternatives you've considered
No response
Additional context and details
No response