mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 20:17:14 +02:00
Move unit test runner to standard library (#8850)
Move test runner to standard library. Originated from #8819 # After Submitting I'll update the documentation about testing: http://www.nushell.sh/book/testing.html --------- Co-authored-by: Mate Farkas <Mate.Farkas@oneidentity.com>
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
# std.nu, `used` to load all standard library components
|
||||
|
||||
export use assert *
|
||||
export use dirs *
|
||||
export-env {
|
||||
use dirs *
|
||||
}
|
||||
export use help *
|
||||
export use log *
|
||||
export use testing *
|
||||
export use xml *
|
||||
|
||||
# Add the given paths to the PATH.
|
||||
|
Reference in New Issue
Block a user