From 8f4c0eea8f4099b48ef39023e3e0d567b21816e6 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 27 Oct 2014 17:00:43 -0700 Subject: [PATCH] Move tests to the proper location The tests were in the api directory but should be located in the magnum directory instead. Co-Authored-By: Digambar Patil Co-Authored-By: Steven Dake Change-Id: Ie0833c3d510738d3421e67b1baf7b7cd7778a38a --- magnum/{api => }/tests/__init__.py | 0 magnum/{api => }/tests/config.py | 0 magnum/{api => }/tests/test_functional.py | 0 magnum/{api => }/tests/test_units.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename magnum/{api => }/tests/__init__.py (100%) rename magnum/{api => }/tests/config.py (100%) rename magnum/{api => }/tests/test_functional.py (100%) rename magnum/{api => }/tests/test_units.py (100%) diff --git a/magnum/api/tests/__init__.py b/magnum/tests/__init__.py similarity index 100% rename from magnum/api/tests/__init__.py rename to magnum/tests/__init__.py diff --git a/magnum/api/tests/config.py b/magnum/tests/config.py similarity index 100% rename from magnum/api/tests/config.py rename to magnum/tests/config.py diff --git a/magnum/api/tests/test_functional.py b/magnum/tests/test_functional.py similarity index 100% rename from magnum/api/tests/test_functional.py rename to magnum/tests/test_functional.py diff --git a/magnum/api/tests/test_units.py b/magnum/tests/test_units.py similarity index 100% rename from magnum/api/tests/test_units.py rename to magnum/tests/test_units.py