JetBrains / teamcity-messages

Python Unit Test Reporting to TeamCity
https://pypi.python.org/pypi/teamcity-messages
Apache License 2.0
137 stars 81 forks source link

remove `self.__skip_rest_of_scenario()` call in the `TeamcityFormatter.result()` function #209

Open lecbyjak opened 5 years ago

lecbyjak commented 5 years ago

Behave 1.6.0 allows to continue running steps if the previous step failed. (https://behave.readthedocs.io/en/latest/new_and_noteworthy_v1.2.6.html#option-continue-after-failed-step-in-a-scenario) jb_behave_formatter automatically marks the rest of the scenario as skipped and it causes an assertion error in the next loop iteration in the match() function.