﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10853	Django unit test fails when using the dummy cache backend.	Stavros Korokithakis	nobody	"When using the dummy cache backend, the test that tests the cache fails (understandably), but it's annoying to have a test fail when this is the indended behaviour. Shouldn't this check for the dummy backend and not run the test (or expect the test to fail) if so?

{{{
======================================================================
FAIL: Doctest: django.contrib.sessions.tests
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Library/Python/2.5/site-packages/django/test/_doctest.py"", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for django.contrib.sessions.tests
  File ""/Library/Python/2.5/site-packages/django/contrib/sessions/tests.py"", line 0, in tests

----------------------------------------------------------------------
File ""/Library/Python/2.5/site-packages/django/contrib/sessions/tests.py"", line 140, in django.contrib.sessions.tests
Failed example:
    cache_session.exists(cache_session.session_key)
Expected:
    True
Got:
    False

}}}"	Bug	closed	Testing framework	dev	Normal	fixed			Accepted	1	0	0	0	0	0
