FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
allure-python/allure-python-commons/allure.py at master · chache35/allure-python · GitHub
chache35
/
allure-python
Public
forked from
allure-framework/allure-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
allure-python
/
allure-python-commons
/
allure.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (37 loc) · 1.02 KB
Breadcrumbs
allure-python
/
allure-python-commons
/
allure.py
Copy path
File metadata and controls
39 lines (37 loc) · 1.02 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
from
allure_commons
.
_allure
import
title
from
allure_commons
.
_allure
import
description
,
description_html
from
allure_commons
.
_allure
import
label
from
allure_commons
.
_allure
import
severity
from
allure_commons
.
_allure
import
tag
from
allure_commons
.
_allure
import
id
from
allure_commons
.
_allure
import
suite
,
parent_suite
,
sub_suite
from
allure_commons
.
_allure
import
epic
,
feature
,
story
from
allure_commons
.
_allure
import
link
,
issue
,
testcase
from
allure_commons
.
_allure
import
Dynamic
as
dynamic
from
allure_commons
.
_allure
import
step
from
allure_commons
.
_allure
import
attach
from
allure_commons
.
types
import
Severity
as
severity_level
from
allure_commons
.
types
import
AttachmentType
as
attachment_type
__all__
=
[
'title'
,
'description'
,
'description_html'
,
'label'
,
'severity'
,
'suite'
,
'parent_suite'
,
'sub_suite'
,
'tag'
,
'id'
,
'epic'
,
'feature'
,
'story'
,
'link'
,
'issue'
,
'testcase'
,
'step'
,
'dynamic'
,
'severity_level'
,
'attach'
,
'attachment_type'
]
Back
|
FazBrowse Home
|
New Git URL