To [embed tests](http://forum.nim-lang.org///nim-lang.org/docs/tut1.html#modules) in modules there is to use the statement when isMainModule. But how to run the tests?
Is possible run them like in Go/Rust? (go test / cargo test)
To [embed tests](http://forum.nim-lang.org///nim-lang.org/docs/tut1.html#modules) in modules there is to use the statement when isMainModule. But how to run the tests?
Is possible run them like in Go/Rust? (go test / cargo test)