TG-48 ajout de pdfjinja

This commit is contained in:
DonRenando
2017-01-23 15:20:05 +01:00
parent 228af15b44
commit cbf9191138
8 changed files with 97 additions and 3 deletions

View File

@ -69,8 +69,6 @@ class RunTests(Command):
"""Seed the db """
def run(self):
Config.configure_app(config="test")
os.system("python manage.py -t db downgrade base")
os.system("python manage.py -t db upgrade")
test_loader = unittest.defaultTestLoader
test_runner = unittest.TextTestRunner()
test_suite = test_loader.discover('tests')