Will there be built in testing support like in Zig or Rust?
Something Rust makes very easy to set up is testing, and Zig makes this even easier by just having
Would something like this be considered for mojo at some point?
test "name" { ... } declarations. The less friction there is for good practices like this the more people tend to do it.Would something like this be considered for mojo at some point?
