Commit b19bae548b37c9c6272ae6e4b2cbec25ec732d5f

Authored by lixi
1 parent 6f38d533

1

testcase/hg/createBatch/test_createBatch.py
... ... @@ -3,6 +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'])
6 7 from commons.MySession import hg
7 8 from commons.basic.registerRecord_save import registerRecord_save
8 9 from testcase.hg.createBatch.tmp_d import d
... ...