vnpy/tests/all_test.py

9 lines
197 B
Python
Raw Normal View History

import unittest
# noinspection PyUnresolvedReferences
from tests.restful.RestfulClientTest import *
from tests.restful.WebSocketClientTest import *
if __name__ == "__main__":
unittest.main()