diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-03 00:23:26 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-03 00:23:26 +0200 |
commit | 56c3a6078a2740d43072dfe30f07b17b442e3cc2 (patch) | |
tree | a534f8d64d247d50929f78c92c74acbe4131a1d2 /test.py | |
parent | 2b1ee8f4d54fa1672510141a71a5817120ac031c (diff) | |
parent | 9b69786341d14fd4327b117a12437fd1650cd965 (diff) | |
download | Trader-56c3a6078a2740d43072dfe30f07b17b442e3cc2.tar.gz Trader-56c3a6078a2740d43072dfe30f07b17b442e3cc2.tar.zst Trader-56c3a6078a2740d43072dfe30f07b17b442e3cc2.zip |
Merge branch 'refactor_db' into dev
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ if "unit" in limits: | |||
9 | from tests.test_market import * | 9 | from tests.test_market import * |
10 | from tests.test_store import * | 10 | from tests.test_store import * |
11 | from tests.test_portfolio import * | 11 | from tests.test_portfolio import * |
12 | from tests.test_dbs import * | ||
12 | 13 | ||
13 | if "acceptance" in limits: | 14 | if "acceptance" in limits: |
14 | from tests.test_acceptance import * | 15 | from tests.test_acceptance import * |