Don't run the scheduler when running tests

This commit is contained in:
Roberto Rosario
2014-05-23 17:43:07 -04:00
parent 73ebc06275
commit 53ae32948c

View File

@@ -1 +1 @@
SHUTDOWN_COMMANDS = ['syncdb', 'migrate', 'schemamigration', 'datamigration', 'collectstatic', 'shell', 'shell_plus']
SHUTDOWN_COMMANDS = ['syncdb', 'migrate', 'schemamigration', 'datamigration', 'collectstatic', 'shell', 'shell_plus', 'test']