Skip to content

Commit

Permalink
add log to test_api()
Browse files Browse the repository at this point in the history
  • Loading branch information
guxi committed Feb 22, 2017
1 parent fdc4bb9 commit 816f51f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test.py
Expand Up @@ -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, \
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 816f51f

Please sign in to comment.