mojo-pytest icon indicating copy to clipboard operation
mojo-pytest copied to clipboard

Mojo test runner, pytest plugin (aka pytest-mojo)

Results 1 mojo-pytest issues
Sort by recently updated
recently updated
newest added

The initial implementation of `mojo-pytest` simply uses `mojo run`, however using `mojo build; mojo debug` and passing appropriate [LLDB](https://lldb.llvm.org/) commands to the process, could maybe enable pytest code coverage reporting.

enhancement