Commit d6e9de52019de9b6dd5d1b50f6819c073c5de16f
1 parent
45a8d630
1
Showing
1 changed file
with
2 additions
and
3 deletions
testcase/hg/createTradingOrder/test_createTradingOrder.py
1 | 1 | import sys,os |
2 | -#windows | |
2 | +#windows的脚本路径位置 | |
3 | 3 | # sys.path.extend(['E:\\PycharmWorkspace\\test-scripts']) |
4 | -#liunx | |
4 | +#liunx的脚本路径位置 | |
5 | 5 | sys.path.extend(['/usr/jenkins/workspace/辅助脚本-创建交易单simple']) |
6 | -import commons as com | |
7 | 6 | from commons.MySession import hg |
8 | 7 | from commons.basic.createAndTrade import createAndTrade |
9 | 8 | from tmp_d import d | ... | ... |