Skip to content

Commit 505894a

Browse files
author
zhenwei-li
committed
the test template files upgrade
1 parent 3ea874e commit 505894a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/test_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def setUp(self):
1414
return super(Test_XXX, self).setUp()
1515

1616
def test_xxx(self):
17-
print ("the test xxx is succeed.")
17+
print ("the test xxx(test_template.py) is succeed.")
1818
pass
1919

2020
def tearDown(self):

0 commit comments

Comments
 (0)