From 22f18715f7ef5cd32d49b32b1dc159e951439e96 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Wed, 20 Apr 2016 11:29:01 -0400 Subject: [PATCH] Removed dup tests, moved old api tests into main/tests/old/api --- awx/api/tests/__init__.py | 7 ------- .../tests => main/tests/old/api}/decorator_paginated.py | 0 awx/{api/tests => main/tests/old/api}/job_tasks.py | 0 3 files changed, 7 deletions(-) delete mode 100644 awx/api/tests/__init__.py rename awx/{api/tests => main/tests/old/api}/decorator_paginated.py (100%) rename awx/{api/tests => main/tests/old/api}/job_tasks.py (100%) 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