Using setup.py nosetests to run tests

This commit is contained in:
Maxime Beauchemin
2016-03-27 15:50:22 -07:00
parent 6dce6df6b2
commit 301dce2dd1
9 changed files with 18 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
from panoramix.config import *
from dashed.config import *
AUTH_USER_REGISTRATION_ROLE = 'alpha'
SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/panoramix_unittests.db'