mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
17 lines
714 B
Python
17 lines
714 B
Python
# Copyright (c) 2014 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.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
|