Commit 6d52ca677f024de41476de7672b9737362d49a9b

Authored by lixi
1 parent f7061f01

1

testcase/hg/createBatch/test_createBatch.py
... ... @@ -3,8 +3,7 @@ import sys,os
3 3 # sys.path.extend(['E:\\PycharmWorkspace\\test-scripts'])
4 4 #liunx的脚本路径位置
5 5 sys.path.extend(['/usr/jenkins/workspace/辅助脚本-创建进门批次单simple'])
6   -sys.path.extend(['/usr/jenkins/workspace/辅助脚本-创建进门批次单simple/testcase/hg/createBatch/tmp_d.py'])
7   -sys.path.extend(['/usr/jenkins/workspace/辅助脚本-创建进门批次单simple/testcase/hg/createBatch/tmp_t.py'])
  6 +sys.path.extend(['/usr/jenkins/workspace/辅助脚本-创建进门批次单simple/testcase/hg/createBatch'])
8 7 from commons.MySession import hg
9 8 from commons.basic.registerRecord_save import registerRecord_save
10 9 from testcase.hg.createBatch.tmp_d import d
... ...