split out job test a little bit more

This commit is contained in:
Chris Meyers
2015-04-13 19:46:55 -04:00
parent caf49979f8
commit 4a4b14ba98
4 changed files with 279 additions and 269 deletions

View File

@@ -679,6 +679,9 @@ class BaseTransactionTest(BaseTestMixin, django.test.TransactionTestCase):
needs to be accessed by subprocesses).
'''
@override_settings(CELERY_ALWAYS_EAGER=True,
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
ANSIBLE_TRANSPORT='local')
class BaseLiveServerTest(BaseTestMixin, django.test.LiveServerTestCase):
'''
Base class for tests requiring a live test server.