mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Wire license tests into top level tests.
This commit is contained in:
parent
635233b5ec
commit
79c86880c2
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user