mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02:30
split out job test a little bit more
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user