guidorice / mojo-pytest

Mojo🔥 language test runner plugin for pytest. (aka pytest-mojo)
MIT License
46 stars 1 forks source link

Enhance MojoTest class in util.mojo to print the call_location. #15

Closed guidorice closed 5 months ago

guidorice commented 5 months ago

In example MojoTest utility, instead of wrapping the testing module, print the call_location of failed assertions, using the stdlib.

Closes #9