We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e684571 commit 901daabCopy full SHA for 901daab
allure-python-commons/src/model2.py
@@ -105,3 +105,4 @@ class Status(object):
105
BROKEN = 'broken'
106
PASSED = 'passed'
107
SKIPPED = 'skipped'
108
+ UNKNOWN = 'unknown'
0 commit comments