devolo / pytest-adaptavist

pytest plugin generating test execution results within Jira Test Management (tm4j)
MIT License
8 stars 11 forks source link

Fix doubled stacktrace #18

Closed 2Fake closed 2 years ago

2Fake commented 2 years ago

We were informed about a bug which adds former failed assumption to a test which is run after the failed assumption.

This is our test scenario image

With pytest-adaptavist 5.0.1, this is our output:

image

The line

mb_1.check(not True)

in testcase test_b is unexpected as it is the condition of test_a

This MR fixes this to this output: image