Commit 9b61a3eebfc99260e233da440c5713dcd2410029

Authored by lixi
1 parent 3a523efc

1

testcase/hg/createTradingOrder/test_createTradingOrder.py
@@ -7,7 +7,7 @@ import commons as com @@ -7,7 +7,7 @@ import commons as com
7 from commons.MySession import hg 7 from commons.MySession import hg
8 from commons.basic.createAndTrade import createAndTrade 8 from commons.basic.createAndTrade import createAndTrade
9 from tmp import d 9 from tmp import d
10 -from tmp import t 10 +from tmp import tt
11 create = createAndTrade() 11 create = createAndTrade()
12 # path = os.path.dirname(os.path.abspath(sys.argv[0])) 12 # path = os.path.dirname(os.path.abspath(sys.argv[0]))
13 #查看文件有效路径 13 #查看文件有效路径
1 d={"1":1} 1 d={"1":1}
2 -t=3  
3 \ No newline at end of file 2 \ No newline at end of file
  3 +tt=3
4 \ No newline at end of file 4 \ No newline at end of file