Releases: guidorice/mojo-pytest
Releases · guidorice/mojo-pytest
v24.5.1
v24.5.0
What's Changed
- v24.5 by @guidorice in #19
- Updates Readme and CI scripts to support mojo v24.5
- No changes to the plugin or features
Full Changelog: v24.4.0...v24.5.0
v24.4.0
Breaking changes to support Mojo 24.4
- v24.4 by @guidorice in #18
- The README is updated with the new usage and example project.
- See performance tips for using this new version of plugin!
Full Changelog: v24.3.1...v24.4.0
v24.3.1
What's Changed
- Enhance MojoTest class in util.mojo to print the call_location. by @guidorice in #15
By using this new MojoTest struct, the output of failed tests is more friendly to IDEs, allowing Cmd-click through to the location of the error:
{path}.mojo:{line}:{column}: AssertionError: {message}
Full Changelog: v24.3...v24.3.1
v24.3
v24.2
v24.1.1
v24.1.0
What's Changed
- Fixes to support API change in mojo 24.1.0 by @guidorice in #13
- Add --mojo-assertions to test runner, as it is working now.
- Fix typo in Readme.
- Fix some warnings about var vs let which cropped up in mojo 24.1
- Refactor integration tests into a Makefile
- Update version numbering to track new Max/Mojo versioning: https://docs.modular.com/mojo/changelog
Full Changelog: v0.7.0...v24.1.0
v0.7.0
What's Changed
- Fixes to support API change in mojo 0.7.0. by @guidorice in #12
- Adds --mojo-assertions option to pytest #8
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Fixes to support API change in mojo 0.6.0. by @guidorice in #11
- Use same release numbering as Mojo to keep track of what version of mojo this package works with.
Full Changelog: v0.2.0...v0.6.0