diff --git a/awx/api/tests/__init__.py b/awx/api/tests/__init__.py deleted file mode 100644 index 3ed2a22d7d..0000000000 --- a/awx/api/tests/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright (c) 2015 Ansible, Inc. -# All Rights Reserved. - -from __future__ import absolute_import - -from .decorator_paginated import PaginatedDecoratorTests # noqa -from .job_tasks import JobTasksTests # noqa diff --git a/awx/api/tests/decorator_paginated.py b/awx/main/tests/old/api/decorator_paginated.py similarity index 100% rename from awx/api/tests/decorator_paginated.py rename to awx/main/tests/old/api/decorator_paginated.py diff --git a/awx/api/tests/job_tasks.py b/awx/main/tests/old/api/job_tasks.py similarity index 100% rename from awx/api/tests/job_tasks.py rename to awx/main/tests/old/api/job_tasks.py