aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-03 00:23:42 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-03 00:23:42 +0200
commit855a1f7036403c1fc10b9ede13b0dd18ec83929d (patch)
treea534f8d64d247d50929f78c92c74acbe4131a1d2 /test.py
parent9eb0de20f243bb78de0bf9118289f01f1ea1f77c (diff)
parent56c3a6078a2740d43072dfe30f07b17b442e3cc2 (diff)
downloadTrader-855a1f7036403c1fc10b9ede13b0dd18ec83929d.tar.gz
Trader-855a1f7036403c1fc10b9ede13b0dd18ec83929d.tar.zst
Trader-855a1f7036403c1fc10b9ede13b0dd18ec83929d.zip
Merge branch 'dev'v1.6
Diffstat (limited to 'test.py')
-rw-r--r--test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.py b/test.py
index d7743b2..ed89434 100644
--- a/test.py
+++ b/test.py
@@ -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
13if "acceptance" in limits: 14if "acceptance" in limits:
14 from tests.test_acceptance import * 15 from tests.test_acceptance import *