From 816f51f59dd6e1f27fa8eb42043d3552687f11d6 Mon Sep 17 00:00:00 2001 From: guxi Date: Wed, 22 Feb 2017 11:32:07 +0800 Subject: [PATCH] add log to test_api() --- test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 7d46758c2..fbf498bec 100644 --- a/test.py +++ b/test.py @@ -141,7 +141,7 @@ def is_enable_coverage(): def test_api(): - print('Testing API....') + print("Testing API......") from rqalpha import run from tests.api.test_api_base import test_get_order_code_new, test_get_open_order_code_new, \ @@ -254,7 +254,8 @@ def test_api(): run(future_api_config, test_buy_close_code_new) run(future_api_config, test_sell_close_code_new) - print('API test ends.') + print("API test ends.") + def test_strategy(): get_test_files()