ModularM
Modular3y ago
19 replies
TeamPuzel

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 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?
Was this page helpful?