Commit f7061f01b5a00048b9b6e59f161b6c293b8cbfbb

Authored by lixi
1 parent b19bae54

1

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