From e91b7aea968fc18495fdf7df8d49751129594966 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期日, 26 五月 2024 09:16:14 +0800 Subject: [PATCH] 分离LSH撤 --- test/test_cancel.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/test/test_cancel.py b/test/test_cancel.py index 9cfce1e..303c081 100644 --- a/test/test_cancel.py +++ b/test/test_cancel.py @@ -1,5 +1,6 @@ from copy import deepcopy +from cancel_strategy.s_l_h_cancel_strategy import LCancelBigNumComputer from db.redis_manager_delegate import RedisUtils from l2.cancel_buy_strategy import NewGCancelBigNumComputer, JCancelBigNumComputer from log_module import log_export @@ -36,7 +37,10 @@ print(result) +def test_l(): + LCancelBigNumComputer().test() + if __name__ == '__main__': - test_j() + test_l() RedisUtils.run_loop() -- Gitblit v1.8.0