Skip to content

Commit 901daab

Browse files
authored
add "unknown" status (via #523)
Allure report supports this status as well as the other ones.
1 parent e684571 commit 901daab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

allure-python-commons/src/model2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ class Status(object):
105105
BROKEN = 'broken'
106106
PASSED = 'passed'
107107
SKIPPED = 'skipped'
108+
UNKNOWN = 'unknown'

0 commit comments

Comments
 (0)