Skip to content

Commit

Permalink
add "unknown" status (via allure-framework#523)
Browse files Browse the repository at this point in the history
Allure report supports this status as well as the other ones.
  • Loading branch information
janza authored Nov 24, 2020
1 parent e684571 commit 901daab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions allure-python-commons/src/model2.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ class Status(object):
BROKEN = 'broken'
PASSED = 'passed'
SKIPPED = 'skipped'
UNKNOWN = 'unknown'

0 comments on commit 901daab

Please sign in to comment.