mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 01:34:45 -03:30
15 lines
552 B
Python
15 lines
552 B
Python
# Copyright (c) 2014 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 *
|
|
from awx.main.tests.activity_stream import *
|
|
from awx.main.tests.schedules import *
|