Leandro Leites
MModular
•Created by Jack Clayton on 5/11/2024 in #community-showcase
mojo-pytest: Mojo test runner and pytest plugin
Oh that is so great, love the implementation!
@guidorice maybe we could rethink mojo-pytest to use this new tooling, being able to run inside pytest has many benefits, think about VsCode test UI integration for instance.
In the future you could have a Python project with a small portion of it written in Mojo and you would like to run all the tests (Python + Mojo) with the
pytest
command, then pytest-mojo would do the trick for you 😎11 replies
MModular
•Created by GameboyColor on 11/7/2023 in #questions
Encountering problem with `modular update mojo`
Try doing
modular clean mojo
and then install again4 replies