Skip to content

Releases: gastrofix-gmbh/pytest-failed-to-verify

0.1.4

10 Apr 16:29
9e9ab19
Compare
Choose a tag to compare

What's New

  • with this revision we are turning on the failed-to-verify test-outcome again (failed to verify tests will be correctly marked as failed to verify).
  • all traceback information is displayed as supposed.

v0.1.1-alpha

02 Apr 08:23
e6b2a32
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

What's New

  • temporarily turned off failed to verify result in order to make errors visible in the traceback (failed to verify tests will be marked as failed). This is a pre-release fix.

v0.1.0

28 Mar 08:06
929a3a3
Compare
Choose a tag to compare

🎉🥳Very first release of the pytest plugin created to help us at gastrofix (and maybe also you) to fight flaky tests.

This plugin gives you a more detailed output on your pytest report to distinguish the following cases:

  • PASSED: test passed without any errors
  • FAILED: test failed with errors
  • FAILED TO VERIFY: test failed to get to the call phase (the actual test was not run)

Additionally with this plugin you are able to enforce getting to the call phase of pytest by re-running a flaky setup phase multiple times on failure but not the whole test (consisting of setup+call+teardown).

This way you can make sure that your actual tested business logic is being executed and tested and only this way your tests actually provide any valuable outcome.