Move unit test runner to standard library#8850
Conversation
I was not able to include it from a submodule, so I put the code into mod.nu.
|
@amtoine I put the run-tests command into |
amtoine
left a comment
There was a problem hiding this comment.
i have a look at how to put this in a module 👍
something you can do
a bit hacky for now but that should work i think as
|
|
Applied, thanks. (I cannot test it in my current computer.) |
|
I moved the test-related stuff to |
|
It failed with an unrelated error. |
amtoine
left a comment
There was a problem hiding this comment.
hey, you know what, that looks good 🤩
if we find things to tweak, we can address them later 😌
thanks for all this and let's merge it 💪
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