From 0b825adcf2a4608c8fb02a19cc56dc96ef1414a1 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 31 Dec 2013 11:25:02 +0100 Subject: [PATCH] Renamed syndication tests To resolve the conflict between application names. --- tests/{syndication => syndication_tests}/__init__.py | 0 tests/{syndication => syndication_tests}/feeds.py | 0 tests/{syndication => syndication_tests}/fixtures/feeddata.json | 0 tests/{syndication => syndication_tests}/models.py | 0 .../templates/syndication/description.html | 0 .../templates/syndication/description_context.html | 0 .../templates/syndication/title.html | 0 .../templates/syndication/title_context.html | 0 tests/{syndication => syndication_tests}/tests.py | 0 tests/{syndication => syndication_tests}/urls.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename tests/{syndication => syndication_tests}/__init__.py (100%) rename tests/{syndication => syndication_tests}/feeds.py (100%) rename tests/{syndication => syndication_tests}/fixtures/feeddata.json (100%) rename tests/{syndication => syndication_tests}/models.py (100%) rename tests/{syndication => syndication_tests}/templates/syndication/description.html (100%) rename tests/{syndication => syndication_tests}/templates/syndication/description_context.html (100%) rename tests/{syndication => syndication_tests}/templates/syndication/title.html (100%) rename tests/{syndication => syndication_tests}/templates/syndication/title_context.html (100%) rename tests/{syndication => syndication_tests}/tests.py (100%) rename tests/{syndication => syndication_tests}/urls.py (100%) diff --git a/tests/syndication/__init__.py b/tests/syndication_tests/__init__.py similarity index 100% rename from tests/syndication/__init__.py rename to tests/syndication_tests/__init__.py diff --git a/tests/syndication/feeds.py b/tests/syndication_tests/feeds.py similarity index 100% rename from tests/syndication/feeds.py rename to tests/syndication_tests/feeds.py diff --git a/tests/syndication/fixtures/feeddata.json b/tests/syndication_tests/fixtures/feeddata.json similarity index 100% rename from tests/syndication/fixtures/feeddata.json rename to tests/syndication_tests/fixtures/feeddata.json diff --git a/tests/syndication/models.py b/tests/syndication_tests/models.py similarity index 100% rename from tests/syndication/models.py rename to tests/syndication_tests/models.py diff --git a/tests/syndication/templates/syndication/description.html b/tests/syndication_tests/templates/syndication/description.html similarity index 100% rename from tests/syndication/templates/syndication/description.html rename to tests/syndication_tests/templates/syndication/description.html diff --git a/tests/syndication/templates/syndication/description_context.html b/tests/syndication_tests/templates/syndication/description_context.html similarity index 100% rename from tests/syndication/templates/syndication/description_context.html rename to tests/syndication_tests/templates/syndication/description_context.html diff --git a/tests/syndication/templates/syndication/title.html b/tests/syndication_tests/templates/syndication/title.html similarity index 100% rename from tests/syndication/templates/syndication/title.html rename to tests/syndication_tests/templates/syndication/title.html diff --git a/tests/syndication/templates/syndication/title_context.html b/tests/syndication_tests/templates/syndication/title_context.html similarity index 100% rename from tests/syndication/templates/syndication/title_context.html rename to tests/syndication_tests/templates/syndication/title_context.html diff --git a/tests/syndication/tests.py b/tests/syndication_tests/tests.py similarity index 100% rename from tests/syndication/tests.py rename to tests/syndication_tests/tests.py diff --git a/tests/syndication/urls.py b/tests/syndication_tests/urls.py similarity index 100% rename from tests/syndication/urls.py rename to tests/syndication_tests/urls.py