Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Will there be built in testing support like in Zig or Rust? - Modular
M
Modular
•
3y 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" { ... }
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
?
Modular
Join
This server is the home of the MAX and Mojo community! Join us to chat about all things Modular.
20,199
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Handle errors like in Rust
M
Modular / questions
3y ago
Error handling like in Rust
M
Modular / questions
3y ago
Would you be interested in BigInt support?
M
Modular / questions
2y ago
Will mojo support JIT compilation?
M
Modular / questions
2y ago