mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
Major rename of package from lib to ansibleworks.
This commit is contained in:
11
ansibleworks/main/tests/__init__.py
Normal file
11
ansibleworks/main/tests/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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 *
|
||||
|
||||
Reference in New Issue
Block a user