mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 17:09:55 -02:30
Work in progress on inventory script using API.
This commit is contained in:
@@ -240,3 +240,8 @@ class BaseTransactionTest(BaseTestMixin, django.test.TransactionTestCase):
|
||||
Base class for tests requiring transactions (or where the test database
|
||||
needs to be accessed by subprocesses).
|
||||
'''
|
||||
|
||||
class BaseLiveServerTest(BaseTestMixin, django.test.LiveServerTestCase):
|
||||
'''
|
||||
Base class for tests requiring a live test server.
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user