Sign in
autotest
/
jmsf-re
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c7d223cdf34f9b1b5f3466bd31d05876311cdc4d
Authored by
lixi
2021-08-06 16:18:56 +0800
1 parent
4759c521
维护用例
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
testcase/weightBizBill/test_weighingServiceSave.py
testcase/weightBizBill/test_weighingServiceSave.py
View file @
c7d223c
...
...
@@ -23,7 +23,7 @@ class test_weighingServiceSave(unittest.TestCase):
23
23
def setUp(self) :
24
24
pass
25
25
26
-
#
@com.mylog
26
+
@com.mylog
27
27
@unittest.case_mark(my.mark())
28
28
def test_weighingServiceSave_01(self):
29
29
"称重服务:成功新增一条称重服务单"
...
...