aboutsummaryrefslogtreecommitdiff
path: root/test.py
blob: 8b9d35b92345889dd8e425fed9438775d0d4937b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import unittest

from tests.test_ccxt_wrapper import *
from tests.test_main import *
from tests.test_market import *
from tests.test_store import *
from tests.test_portfolio import *

if __name__ == '__main__':
    unittest.main()