diff options
Diffstat (limited to 'tests/template_tests/test_response.py')
| -rw-r--r-- | tests/template_tests/test_response.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/template_tests/test_response.py b/tests/template_tests/test_response.py index 65f7531361..fe58a58d6d 100644 --- a/tests/template_tests/test_response.py +++ b/tests/template_tests/test_response.py @@ -146,7 +146,6 @@ class SimpleTemplateResponseTest(TestCase): self.assertEqual(response.content, b'First template\n') self.assertEqual(post, ['post1','post2']) - def test_pickling(self): # Create a template response. The context is # known to be unpickleable (e.g., a function). |
