diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-10 08:18:29 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-11 10:19:22 -0500 |
| commit | fac3a34cbb8fd8dc74006f187dd1e83f3a040d39 (patch) | |
| tree | 818ec9b30c9879a5d219a22a0597a57a5e652547 | |
| parent | fbc467c26bc0adb9867b97d0bb5642b2a85eb357 (diff) | |
Moved contrib.sessions tests out of contrib.
| -rw-r--r-- | tests/sessions_tests/__init__.py | 0 | ||||
| -rw-r--r-- | tests/sessions_tests/tests.py (renamed from django/contrib/sessions/tests.py) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/sessions_tests/__init__.py b/tests/sessions_tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/sessions_tests/__init__.py diff --git a/django/contrib/sessions/tests.py b/tests/sessions_tests/tests.py index 112ac30d35..112ac30d35 100644 --- a/django/contrib/sessions/tests.py +++ b/tests/sessions_tests/tests.py |
