From 10fdd2fc1d4c95ff1b27f79a09bf69949cf909fb Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 10 Feb 2015 08:18:29 -0500 Subject: [PATCH] [1.8.x] Moved contrib.sessions tests out of contrib. Backport of fac3a34cbb8fd8dc74006f187dd1e83f3a040d39 from master --- tests/sessions_tests/__init__.py | 0 {django/contrib/sessions => tests/sessions_tests}/tests.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/sessions_tests/__init__.py rename {django/contrib/sessions => tests/sessions_tests}/tests.py (100%) diff --git a/tests/sessions_tests/__init__.py b/tests/sessions_tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/django/contrib/sessions/tests.py b/tests/sessions_tests/tests.py similarity index 100% rename from django/contrib/sessions/tests.py rename to tests/sessions_tests/tests.py