From 30700830b6c0aaaa59c148ebd8edb6931040ed13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 2 May 2018 01:39:35 +0200 Subject: Refactor databases access --- test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test.py') 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: from tests.test_market import * from tests.test_store import * from tests.test_portfolio import * + from tests.test_dbs import * if "acceptance" in limits: from tests.test_acceptance import * -- cgit v1.2.3