From 0233619d35ed035737ceee770f6849290d4f0b4a Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Fri, 28 Mar 2014 12:20:37 +0100 Subject: [PATCH] mv specs/ to tests/ --- {specs => isso/tests}/disqus.xml | 0 {specs => isso/tests}/fixtures.py | 0 {specs => isso/tests}/test_comments.py | 0 {specs => isso/tests}/test_core.py | 0 {specs => isso/tests}/test_cors.py | 0 {specs => isso/tests}/test_guard.py | 0 {specs => isso/tests}/test_html.py | 0 {specs => isso/tests}/test_migration.py | 0 {specs => isso/tests}/test_utils.py | 0 {specs => isso/tests}/test_vote.py | 0 {specs => isso/tests}/test_wsgi.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {specs => isso/tests}/disqus.xml (100%) rename {specs => isso/tests}/fixtures.py (100%) rename {specs => isso/tests}/test_comments.py (100%) rename {specs => isso/tests}/test_core.py (100%) rename {specs => isso/tests}/test_cors.py (100%) rename {specs => isso/tests}/test_guard.py (100%) rename {specs => isso/tests}/test_html.py (100%) rename {specs => isso/tests}/test_migration.py (100%) rename {specs => isso/tests}/test_utils.py (100%) rename {specs => isso/tests}/test_vote.py (100%) rename {specs => isso/tests}/test_wsgi.py (100%) diff --git a/specs/disqus.xml b/isso/tests/disqus.xml similarity index 100% rename from specs/disqus.xml rename to isso/tests/disqus.xml diff --git a/specs/fixtures.py b/isso/tests/fixtures.py similarity index 100% rename from specs/fixtures.py rename to isso/tests/fixtures.py diff --git a/specs/test_comments.py b/isso/tests/test_comments.py similarity index 100% rename from specs/test_comments.py rename to isso/tests/test_comments.py diff --git a/specs/test_core.py b/isso/tests/test_core.py similarity index 100% rename from specs/test_core.py rename to isso/tests/test_core.py diff --git a/specs/test_cors.py b/isso/tests/test_cors.py similarity index 100% rename from specs/test_cors.py rename to isso/tests/test_cors.py diff --git a/specs/test_guard.py b/isso/tests/test_guard.py similarity index 100% rename from specs/test_guard.py rename to isso/tests/test_guard.py diff --git a/specs/test_html.py b/isso/tests/test_html.py similarity index 100% rename from specs/test_html.py rename to isso/tests/test_html.py diff --git a/specs/test_migration.py b/isso/tests/test_migration.py similarity index 100% rename from specs/test_migration.py rename to isso/tests/test_migration.py diff --git a/specs/test_utils.py b/isso/tests/test_utils.py similarity index 100% rename from specs/test_utils.py rename to isso/tests/test_utils.py diff --git a/specs/test_vote.py b/isso/tests/test_vote.py similarity index 100% rename from specs/test_vote.py rename to isso/tests/test_vote.py diff --git a/specs/test_wsgi.py b/isso/tests/test_wsgi.py similarity index 100% rename from specs/test_wsgi.py rename to isso/tests/test_wsgi.py