Skip to content

Releases: guidorice/mojo-pytest

v0.6.0

05 Dec 00:36
6a40c17
Compare
Choose a tag to compare

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

v0.2.0

19 Nov 22:38
6a70d50
Compare
Choose a tag to compare

What's Changed

  • Supports mojo 0.5.0
  • Add support for _test suffix test discovery. by @guidorice in #7

Full Changelog: v0.1.1...v0.2.0

v0.1.1

18 Nov 00:08
Compare
Choose a tag to compare

What's Changed

  • Now collects and reports both Mojo stdlib test assertions, as well as unhandled mojo Errors.
  • Review of failed tests logic and Integration Tests by @lleites in #5

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Nov 23:46
Compare
Choose a tag to compare

What's Changed

  • Added simple pytest plugin implementation by @lleites in #4
  • Removed conftest.py from project root.
  • Readme update.

New Contributors

  • @lleites made their first contribution in #4 🎉

Full Changelog: https://github.com/guidorice/mojo-pytest/commits/v0.1.0