From 7cfb10066ed8301c51235830c95d7ff2f313effe Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 19 Feb 2015 20:13:27 -0600 Subject: [PATCH] Move tests outside distribution --- {src/milla/tests => test}/__init__.py | 0 {src/milla/tests => test}/test_app.py | 0 {src/milla/tests => test}/test_auth.py | 0 {src/milla/tests => test}/test_routing.py | 0 {src/milla/tests => test}/test_traversal.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {src/milla/tests => test}/__init__.py (100%) rename {src/milla/tests => test}/test_app.py (100%) rename {src/milla/tests => test}/test_auth.py (100%) rename {src/milla/tests => test}/test_routing.py (100%) rename {src/milla/tests => test}/test_traversal.py (100%) diff --git a/src/milla/tests/__init__.py b/test/__init__.py similarity index 100% rename from src/milla/tests/__init__.py rename to test/__init__.py diff --git a/src/milla/tests/test_app.py b/test/test_app.py similarity index 100% rename from src/milla/tests/test_app.py rename to test/test_app.py diff --git a/src/milla/tests/test_auth.py b/test/test_auth.py similarity index 100% rename from src/milla/tests/test_auth.py rename to test/test_auth.py diff --git a/src/milla/tests/test_routing.py b/test/test_routing.py similarity index 100% rename from src/milla/tests/test_routing.py rename to test/test_routing.py diff --git a/src/milla/tests/test_traversal.py b/test/test_traversal.py similarity index 100% rename from src/milla/tests/test_traversal.py rename to test/test_traversal.py