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