公告板
版本库
filestore
活动
搜索
登录
main
/
gp-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
板块匹配修改
Administrator
2024-05-06
12a758e5c2eae1896ba5dcbf63f3fcff532aa2a9
[gp-server.git]
/
test
/
test_cancel.py
1
2
3
4
5
6
7
8
9
10
11
from db.redis_manager_delegate import RedisUtils
from l2.cancel_buy_strategy import NewGCancelBigNumComputer
def test_g_cancel():
NewGCancelBigNumComputer().test()
if __name__ == '__main__':
test_g_cancel()
RedisUtils.run_loop()