aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 3c28f79..7fb4a87 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -169,6 +169,10 @@ class DebugToolbarIntegrationTestCase(TestCase):
self.assertContains(response, 'LÀTÍN') # template
self.assertContains(response, 'djDebug') # toolbar
+ def test_non_ascii_bytes_in_db_params(self):
+ response = self.client.get('/non_ascii_bytes_in_db_params/')
+ self.assertContains(response, 'djàngó')
+
def test_non_ascii_session(self):
response = self.client.get('/set_session/')
self.assertContains(response, 'où')