Commit d61034f20011f7191ed3a6a582f9a54f1f2b49ee
1 parent
76cdd1ef
备注信息添加
Showing
14 changed files
with
15 additions
and
15 deletions
testcase/heb/test_HP/test_HP.py
@@ -19,7 +19,7 @@ from commons.api import hpApi | @@ -19,7 +19,7 @@ from commons.api import hpApi | ||
19 | import time,random | 19 | import time,random |
20 | 20 | ||
21 | class test_HPCreate(unittest.TestCase): | 21 | class test_HPCreate(unittest.TestCase): |
22 | - """整车-车辆回皮""" | 22 | + """哈尔滨市场-整车-车辆回皮""" |
23 | def setUp(self) -> None: | 23 | def setUp(self) -> None: |
24 | pass | 24 | pass |
25 | 25 |
testcase/heb/test_SJ/test_SJ.py
@@ -17,8 +17,8 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | @@ -17,8 +17,8 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | ||
17 | from commons.api import sjApi | 17 | from commons.api import sjApi |
18 | import time,random | 18 | import time,random |
19 | 19 | ||
20 | -class test_ZCCreate(unittest.TestCase): | ||
21 | - """整车-创建整车进门单""" | 20 | +class test_SJCreate(unittest.TestCase): |
21 | + """哈尔滨市场-散件-创建整车进门单""" | ||
22 | def setUp(self) -> None: | 22 | def setUp(self) -> None: |
23 | pass | 23 | pass |
24 | 24 |
testcase/heb/test_ZC/test_ZCBasic.py
@@ -18,7 +18,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | @@ -18,7 +18,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | ||
18 | import time,random | 18 | import time,random |
19 | 19 | ||
20 | class test_ZCBasic(unittest.TestCase): | 20 | class test_ZCBasic(unittest.TestCase): |
21 | - """整车-创建整车进门单基础信息接口测试""" | 21 | + """哈尔滨市场-整车-创建整车进门单基础信息接口测试""" |
22 | def setUp(self) -> None: | 22 | def setUp(self) -> None: |
23 | pass | 23 | pass |
24 | 24 |
testcase/heb/test_ZC/test_ZCCreate.py
@@ -17,7 +17,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | @@ -17,7 +17,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | ||
17 | import time,random | 17 | import time,random |
18 | 18 | ||
19 | class test_ZCCreate(unittest.TestCase): | 19 | class test_ZCCreate(unittest.TestCase): |
20 | - """整车-创建整车进门单""" | 20 | + """哈尔滨市场-整车-创建整车进门单""" |
21 | def setUp(self) -> None: | 21 | def setUp(self) -> None: |
22 | pass | 22 | pass |
23 | 23 |
testcase/heb/test_listPage/test_listPageOperation.py
@@ -25,7 +25,7 @@ from commons.api.entranceFeeBillList import operationDoFreeze as oDF | @@ -25,7 +25,7 @@ from commons.api.entranceFeeBillList import operationDoFreeze as oDF | ||
25 | import random | 25 | import random |
26 | 26 | ||
27 | class test_listPage(unittest.TestCase): | 27 | class test_listPage(unittest.TestCase): |
28 | - """进门单列表:进门但操作测试测试""" | 28 | + """哈尔滨市场-进门单列表:进门但操作测试测试""" |
29 | def setUp(self) -> None: | 29 | def setUp(self) -> None: |
30 | pass | 30 | pass |
31 | 31 |
testcase/heb/test_listPage/test_searchByAttrName.py
@@ -20,7 +20,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | @@ -20,7 +20,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | ||
20 | import time,random | 20 | import time,random |
21 | 21 | ||
22 | class test_listPage(unittest.TestCase): | 22 | class test_listPage(unittest.TestCase): |
23 | - """进门单列表:attr进门单属性查询测试""" | 23 | + """哈尔滨市场-进门单列表:attr进门单属性查询测试""" |
24 | def setUp(self) -> None: | 24 | def setUp(self) -> None: |
25 | pass | 25 | pass |
26 | 26 |
testcase/heb/test_listPage/test_searchByOther.py
@@ -22,7 +22,7 @@ from commons.api.entranceFeeBillList import operationDoUpdate as oDUp | @@ -22,7 +22,7 @@ from commons.api.entranceFeeBillList import operationDoUpdate as oDUp | ||
22 | import time,random | 22 | import time,random |
23 | 23 | ||
24 | class test_listPage(unittest.TestCase): | 24 | class test_listPage(unittest.TestCase): |
25 | - """进门单列表:attr进门单属性查询测试""" | 25 | + """哈尔滨市场-进门单列表:attr进门单属性查询测试""" |
26 | def setUp(self) -> None: | 26 | def setUp(self) -> None: |
27 | pass | 27 | pass |
28 | 28 |
testcase/sy/test_HP/test_HP.py
@@ -19,7 +19,7 @@ from commons.api import hpApi | @@ -19,7 +19,7 @@ from commons.api import hpApi | ||
19 | import time,random | 19 | import time,random |
20 | 20 | ||
21 | class test_HPCreate(unittest.TestCase): | 21 | class test_HPCreate(unittest.TestCase): |
22 | - """整车-车辆回皮""" | 22 | + """沈阳市场-整车-车辆回皮""" |
23 | def setUp(self) -> None: | 23 | def setUp(self) -> None: |
24 | pass | 24 | pass |
25 | 25 |
testcase/sy/test_SJ/test_SJ.py
@@ -18,7 +18,7 @@ from commons.api import sjApi | @@ -18,7 +18,7 @@ from commons.api import sjApi | ||
18 | import time,random | 18 | import time,random |
19 | 19 | ||
20 | class test_ZCCreate(unittest.TestCase): | 20 | class test_ZCCreate(unittest.TestCase): |
21 | - """整车-创建整车进门单""" | 21 | + """沈阳市场-整车-创建整车进门单""" |
22 | def setUp(self) -> None: | 22 | def setUp(self) -> None: |
23 | pass | 23 | pass |
24 | 24 |
testcase/sy/test_ZC/test_ZCBasic.py
@@ -18,7 +18,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | @@ -18,7 +18,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | ||
18 | import time,random | 18 | import time,random |
19 | 19 | ||
20 | class test_ZCBasic(unittest.TestCase): | 20 | class test_ZCBasic(unittest.TestCase): |
21 | - """整车-创建整车进门单基础信息接口测试""" | 21 | + """沈阳市场-整车-创建整车进门单基础信息接口测试""" |
22 | def setUp(self) -> None: | 22 | def setUp(self) -> None: |
23 | pass | 23 | pass |
24 | 24 |
testcase/sy/test_ZC/test_ZCCreate.py
@@ -17,7 +17,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | @@ -17,7 +17,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | ||
17 | import time,random | 17 | import time,random |
18 | 18 | ||
19 | class test_ZCCreate(unittest.TestCase): | 19 | class test_ZCCreate(unittest.TestCase): |
20 | - """整车-创建整车进门单""" | 20 | + """沈阳市场-整车-创建整车进门单""" |
21 | def setUp(self) -> None: | 21 | def setUp(self) -> None: |
22 | pass | 22 | pass |
23 | 23 |
testcase/sy/test_listPage/test_listPageOperation.py
@@ -25,7 +25,7 @@ from commons.api.entranceFeeBillList import operationDoFreeze as oDF | @@ -25,7 +25,7 @@ from commons.api.entranceFeeBillList import operationDoFreeze as oDF | ||
25 | import random | 25 | import random |
26 | 26 | ||
27 | class test_listPage(unittest.TestCase): | 27 | class test_listPage(unittest.TestCase): |
28 | - """进门单列表:进门但操作测试测试""" | 28 | + """沈阳市场-进门单列表:进门但操作测试测试""" |
29 | def setUp(self) -> None: | 29 | def setUp(self) -> None: |
30 | pass | 30 | pass |
31 | 31 |
testcase/sy/test_listPage/test_searchByAttrName.py
@@ -20,7 +20,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | @@ -20,7 +20,7 @@ from commons.api.entranceFeeBillList import entranceFeeBillList as eFBL | ||
20 | import time,random | 20 | import time,random |
21 | 21 | ||
22 | class test_listPage(unittest.TestCase): | 22 | class test_listPage(unittest.TestCase): |
23 | - """进门单列表:attr进门单属性查询测试""" | 23 | + """沈阳市场-进门单列表:attr进门单属性查询测试""" |
24 | def setUp(self) -> None: | 24 | def setUp(self) -> None: |
25 | pass | 25 | pass |
26 | 26 |
testcase/sy/test_listPage/test_searchByOther.py
@@ -22,7 +22,7 @@ from commons.api.entranceFeeBillList import operationDoUpdate as oDUp | @@ -22,7 +22,7 @@ from commons.api.entranceFeeBillList import operationDoUpdate as oDUp | ||
22 | import time,random | 22 | import time,random |
23 | 23 | ||
24 | class test_listPage(unittest.TestCase): | 24 | class test_listPage(unittest.TestCase): |
25 | - """进门单列表:attr进门单属性查询测试""" | 25 | + """沈阳市场-进门单列表:attr进门单属性查询测试""" |
26 | def setUp(self) -> None: | 26 | def setUp(self) -> None: |
27 | pass | 27 | pass |
28 | 28 |