Wire license tests into top level tests.

This commit is contained in:
Michael DeHaan 2013-06-28 12:09:59 -04:00
parent 635233b5ec
commit 79c86880c2
2 changed files with 2 additions and 1 deletions

View File

@ -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 *

View File

@ -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()