Commit 971a5d15c027c3ffe016eee33e329d11ab184881
1 parent
fa6a02b4
哈尔冰无返点
Showing
4 changed files
with
4 additions
and
3 deletions
testcase/heb/FeedbackCustomerController/test_fc_add.py
@@ -11,7 +11,7 @@ ra = random_data() | @@ -11,7 +11,7 @@ ra = random_data() | ||
11 | """ | 11 | """ |
12 | 进门收费——返点管理——返还人管理——新增返还人 | 12 | 进门收费——返点管理——返还人管理——新增返还人 |
13 | """ | 13 | """ |
14 | - | 14 | +@unittest.skip |
15 | class test_fc_add(unittest.TestCase): | 15 | class test_fc_add(unittest.TestCase): |
16 | "哈尔滨——返还人管理——新增返还人" | 16 | "哈尔滨——返还人管理——新增返还人" |
17 | @classmethod | 17 | @classmethod |
testcase/heb/FeedbackCustomerController/test_fc_edit.py
@@ -14,6 +14,7 @@ import commons.ConfigDB as db | @@ -14,6 +14,7 @@ import commons.ConfigDB as db | ||
14 | """ | 14 | """ |
15 | 15 | ||
16 | fc=fc_edit() | 16 | fc=fc_edit() |
17 | +@unittest.skip | ||
17 | class test_fc_edit(unittest.TestCase): | 18 | class test_fc_edit(unittest.TestCase): |
18 | "哈尔滨——返还人管理——修改返还人" | 19 | "哈尔滨——返还人管理——修改返还人" |
19 | @classmethod | 20 | @classmethod |
testcase/heb/FeedbackCustomerController/test_fc_view.py
@@ -11,7 +11,7 @@ vi = fc_view() | @@ -11,7 +11,7 @@ vi = fc_view() | ||
11 | """ | 11 | """ |
12 | 进门收费——返点管理——返还人管理——查看返还人 | 12 | 进门收费——返点管理——返还人管理——查看返还人 |
13 | """ | 13 | """ |
14 | - | 14 | +@unittest.skip |
15 | class test_fc_view(unittest.TestCase): | 15 | class test_fc_view(unittest.TestCase): |
16 | "哈尔滨——返还人管理——查看返还人" | 16 | "哈尔滨——返还人管理——查看返还人" |
17 | 17 |
testcase/heb/FeedbackCustomerController/test_feedback_customer_disable.py
@@ -9,7 +9,7 @@ import commons.ConfigDB as db | @@ -9,7 +9,7 @@ import commons.ConfigDB as db | ||
9 | """ | 9 | """ |
10 | 进门收费——返点管理——返还人管理——禁用返还人 | 10 | 进门收费——返点管理——返还人管理——禁用返还人 |
11 | """ | 11 | """ |
12 | - | 12 | +@unittest.skip |
13 | class test_feedback_customer_disable(unittest.TestCase): | 13 | class test_feedback_customer_disable(unittest.TestCase): |
14 | "哈尔滨——返还人管理——返还人禁用" | 14 | "哈尔滨——返还人管理——返还人禁用" |
15 | @classmethod | 15 | @classmethod |