mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Wire license tests into top level tests.
This commit is contained in:
@@ -7,5 +7,6 @@ from awx.main.tests.inventory import InventoryTest
|
||||
from awx.main.tests.projects import ProjectsTest
|
||||
from awx.main.tests.scripts import *
|
||||
from awx.main.tests.tasks import RunJobTest
|
||||
from awx.main.tests.licenses import LicenseTests
|
||||
from awx.main.tests.jobs import *
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ from awx.main.models import *
|
||||
from awx.main.tests.base import BaseTest
|
||||
from awx.main.licenses import *
|
||||
|
||||
class LicensesTest(BaseTest):
|
||||
class LicenseTest(BaseTest):
|
||||
|
||||
def setUp(self):
|
||||
super(LicensesTest, self).setUp()
|
||||
|
||||
Reference in New Issue
Block a user