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
ff9253b9
Commit
ff9253b9
authored
Oct 11, 2021
by
taoke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
安全运输平台----增加用例模块备注
parent
c9d15a74
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
test_case/safe_transportation/jgd/test_archives.py
+3
-1
test_case/safe_transportation/jgd/test_hiddenDanger.py
+3
-0
test_case/safe_transportation/jgd/test_riskManagement.py
+3
-2
test_case/safe_transportation/jgd/test_vehicleNetwork.py
+3
-0
No files found.
test_case/safe_transportation/jgd/test_archives.py
View file @
ff9253b9
# __author__: hanxiaojuan
# __time__: 2021/8/25
"""
监管中心--全息档案
"""
import
pytest
,
allure
,
xlrd
,
requests
,
os
from
common.utils.getExcelData
import
get_excelData
from
service.login
import
BMY
...
...
test_case/safe_transportation/jgd/test_hiddenDanger.py
View file @
ff9253b9
#__author__:hanxiaojuan
#__time__:2021/8/26
"""
监管中心---??
"""
import
allure
import
pytest
import
xlrd
...
...
test_case/safe_transportation/jgd/test_riskManagement.py
View file @
ff9253b9
# autor: taoke
# time : 2021/8/23 13:46
"""
运营中心---风险管理中心
"""
from
config
import
*
import
requests
,
pytest
,
allure
,
xlrd
from
common.tools
import
request_main
...
...
@@ -42,8 +45,6 @@ from common.db import MYSQL
# "POST",
# {"pageNum":1,"pageSize":10})
# print(res)
@pytest.fixture
(
scope
=
"class"
)
def
riskPointdelete
():
"""删除测试数据"""
...
...
test_case/safe_transportation/jgd/test_vehicleNetwork.py
View file @
ff9253b9
#__author__:hanxiaojuan
#__time__:2021/8/26
"""
监管中心--车网大屏
"""
import
allure
import
pytest
import
xlrd
...
...
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