mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
12 lines
446 B
Python
12 lines
446 B
Python
# Copyright (c) 2013 AnsibleWorks, Inc.
|
|
# All Rights Reserved.
|
|
|
|
from ansibleworks.main.tests.organizations import OrganizationsTest
|
|
from ansibleworks.main.tests.users import UsersTest
|
|
from ansibleworks.main.tests.inventory import InventoryTest
|
|
from ansibleworks.main.tests.projects import ProjectsTest
|
|
from ansibleworks.main.tests.commands import *
|
|
from ansibleworks.main.tests.tasks import RunJobTest
|
|
from ansibleworks.main.tests.jobs import *
|
|
|