Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InterfaceAutoTest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TestAuto
InterfaceAutoTest
Commits
7220dd74
Commit
7220dd74
authored
May 09, 2021
by
jiaqiying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
productName enum add
parent
8854819d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
common/eenum.py
+15
-0
No files found.
common/eenum.py
View file @
7220dd74
...
@@ -3,7 +3,21 @@ __author__ = 'jiaqiying'
...
@@ -3,7 +3,21 @@ __author__ = 'jiaqiying'
__data__
=
"2021-05-06 03:01"
__data__
=
"2021-05-06 03:01"
from
enum
import
Enum
from
enum
import
Enum
# 用例优先级枚举
class
CaseGrade
(
Enum
):
class
CaseGrade
(
Enum
):
LOW
=
0
LOW
=
0
MIDDLE
=
1
MIDDLE
=
1
HIGH
=
2
HIGH
=
2
# 产品名称枚举
class
ProductName
(
Enum
):
# 斑马信用app
BMC
=
"bmc"
# 企业云平台
BMY
=
"bmy"
# sso平台
SSO
=
"sso"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment