allure-framework / allure-python

Allure integrations for Python test frameworks
https://allurereport.org/
Apache License 2.0
719 stars 235 forks source link

Fix --allure-severities argument of allure-pytest (fixes #260, #261) #729

Closed delatrie closed 1 year ago

delatrie commented 1 year ago

This PR fixes two old minor issues with --allure-severities described in #260 and #261

260 is fixed by assuming a test has an implicit severity=normal label if no severity labels are present.

Checklist

Closes #260 Closes #261

skhomuti commented 1 year ago

Also it closes #277