mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
14 lines
469 B
Python
14 lines
469 B
Python
# 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 *
|
|
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 *
|
|
|