Skip to content

Releases: Freymaurer/Fable.Pyxpecto

2.0.0

09 Dec 09:06
40868d7

Choose a tag to compare

🔄 Changed

  • Updated to support prerelease version of Fable 5.
  • Updated dependencies to latest versions.
  • Required .NET SDK version is now 10.

New Contributors

Full Changelog: 1.3.0...2.0.0

Support for running pyxpecto in additional test runners

15 Apr 07:41

Choose a tag to compare

We wanted to easily integrate pyxpecto within a vitest environment, to do this as quick as possible we checked equality of pyxpecto output (0 if tests were successful) in a describe/it test.

Thats why we added options for not forcing exit with code and promise return of the test run.

1.2.0

21 Jun 19:10

Choose a tag to compare

Next release! Thanks @MangelMaxime for noticing the missing ftestList/ptestList!

Full Changelog: 1.1.0...1.2.0

1.1.0

12 Apr 09:56

Choose a tag to compare

  • Fixed issue on .NET testing to correctly fail on notEqual 🐛 .

Full Changelog: 1.0.0...1.1.0

1.0.0

15 Dec 08:56

Choose a tag to compare

  • Support multi language targets 🎉
    • JavaScript
    • TypeScript
    • Python
    • .NET
  • New --silent mode to reduce console clutter

This release has a breaking change in calling the main Pyxpecto entrypoint, which now additionally expects an array of arguments.

Full Changelog: 0.4.0...1.0.0

1.0.0-beta.2

01 Dec 12:07

Choose a tag to compare

1.0.0-beta.2 Pre-release
Pre-release
  • Additions:
    • [#a76fb99] Enable multitarget test running for py, ts, js and .net 🎉
    • [#c63494b] change exit condition for --fail-on-focused-tests
    • [#68d8740] Add info for cmd args 📚
    • [#a0dba62] Update README.md :books
    • [#4d8b0cf] Support flags --silent --fail-on-focused
    • [#af33c7f] Add runtime information to async calls ✨
  • Bugfixes:

Full Changelog: 0.4.0...1.0.0+c63494b-beta.1

0.4.0

01 Dec 12:06

Choose a tag to compare

Full Changelog: 0.3.0...0.4.0

0.3.0

20 Nov 22:21

Choose a tag to compare

Full Changelog: 0.2.0...0.3.0

0.2.0

20 Nov 08:21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Freymaurer/Fable.Pyxpecto/commits/0.2.0