diff options
| author | Aymeric Augustin | 2013-11-09 20:03:47 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-10 10:39:42 +0100 | 
| commit | c4e833ad77f21419b8d8239279b4bb162d01fd8f (patch) | |
| tree | 5b17d28bfef86aaaf968ce6b36ab0d84c3f714bb /tests/test_integration.py | |
| parent | a29bbc7cfcef52af29960f2a2f3d53e9c0b0015d (diff) | |
| download | django-debug-toolbar-c4e833ad77f21419b8d8239279b4bb162d01fd8f.tar.bz2 | |
Move a test specific to the template panel in its module.
Diffstat (limited to 'tests/test_integration.py')
| -rw-r--r-- | tests/test_integration.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/tests/test_integration.py b/tests/test_integration.py index e661467..2a2d4da 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -145,10 +145,6 @@ class DebugToolbarIntegrationTestCase(TestCase):              self.assertContains(response, 'o\\xf9')              self.assertContains(response, 'l\\xc3\\xa0') -    def test_object_with_non_ascii_repr_in_context(self): -        response = self.client.get('/non_ascii_context/') -        self.assertContains(response, 'nôt åscíì') -      def test_object_with_non_ascii_repr_in_request_vars(self):          response = self.client.get('/non_ascii_request/')          self.assertContains(response, 'nôt åscíì') | 
