TG-35 : Typo

This commit is contained in:
Clément ARNAUDEAU
2017-01-23 15:50:20 +01:00
9 changed files with 105 additions and 5 deletions

View File

@ -76,8 +76,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')