Skip to content

Releases: guidorice/mojo-pytest

v24.5.1

14 Sep 17:59
Compare
Choose a tag to compare
  • Version pinning in the CI script
  • Fix example commands, cleanup Readme.

v24.5.0

13 Sep 23:35
31d6e83
Compare
Choose a tag to compare

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

14 Jul 20:52
Compare
Choose a tag to compare

Breaking changes to support Mojo 24.4

Full Changelog: v24.3.1...v24.4.0

v24.3.1

07 May 04:50
7b72cec
Compare
Choose a tag to compare

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

02 May 23:04
7171669
Compare
Choose a tag to compare

What's Changed

Full Changelog: v24.2...v24.3

v24.2

01 May 02:47
Compare
Choose a tag to compare
  • No functional changes.
  • Updates the GitHub action test runner to use mojo 24.2.1-2f0dcf11-release.

v24.1.1

22 Mar 02:28
Compare
Choose a tag to compare
  • No functional changes.
  • Updates the GitHub action test runner to use mojo 24.1.1-0ab415f7-release

v24.1.0

05 Mar 12:24
4d247c9
Compare
Choose a tag to compare

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

31 Jan 15:21
Compare
Choose a tag to compare

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

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