mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 23:08:04 -02:30
22 lines
956 B
Python
22 lines
956 B
Python
# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.)
|
|
# All Rights Reserved.
|
|
|
|
from awx.main.tests.organizations import OrganizationsTest # noqa
|
|
from awx.main.tests.users import * # noqa
|
|
from awx.main.tests.inventory import * # noqa
|
|
from awx.main.tests.projects import ProjectsTest, ProjectUpdatesTest # noqa
|
|
from awx.main.tests.commands import * # noqa
|
|
from awx.main.tests.scripts import * # noqa
|
|
from awx.main.tests.tasks import RunJobTest # noqa
|
|
from awx.main.tests.ad_hoc import * # noqa
|
|
from awx.main.tests.licenses import LicenseTests # noqa
|
|
from awx.main.tests.jobs import * # noqa
|
|
from awx.main.tests.activity_stream import * # noqa
|
|
from awx.main.tests.schedules import * # noqa
|
|
from awx.main.tests.redact import * # noqa
|
|
from awx.main.tests.views import * # noqa
|
|
from awx.main.tests.commands import * # noqa
|
|
from awx.main.tests.fact import * # noqa
|
|
from awx.main.tests.unified_jobs import * # noqa
|
|
from awx.main.tests.ha import * # noqa
|