Mojo specific test framework? #2505
-
Usually when I explore a new language, I like to start with writing tests. I see there is a plug in for pytest https://github.com/guidorice/mojo-pytest Is anybody aware of a Mojo specific testing library? Im interested in exploring only mojo specific features. |
Beta Was this translation helpful? Give feedback.
Answered by
Benny-Nottonson
May 4, 2024
Replies: 1 comment
-
There are no public mojo testing frameworks at the moment, although there is https://docs.modular.com/mojo/stdlib/testing/testing, as well as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
masters3d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are no public mojo testing frameworks at the moment, although there is https://docs.modular.com/mojo/stdlib/testing/testing, as well as
contrained[condition, msg]
.