# Copyright (c) 2013 AnsibleWorks, Inc. # All Rights Reserved. from awx.main.tests.organizations import OrganizationsTest from awx.main.tests.users import * from awx.main.tests.inventory import InventoryTest from awx.main.tests.projects import ProjectsTest, ProjectUpdatesTest from awx.main.tests.commands import * 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 *