Don't run the scheduler when running tests
This commit is contained in:
@@ -1 +1 @@
|
||||
SHUTDOWN_COMMANDS = ['syncdb', 'migrate', 'schemamigration', 'datamigration', 'collectstatic', 'shell', 'shell_plus']
|
||||
SHUTDOWN_COMMANDS = ['syncdb', 'migrate', 'schemamigration', 'datamigration', 'collectstatic', 'shell', 'shell_plus', 'test']
|
||||
|
||||
Reference in New Issue
Block a user