Marc Abramowitz
2014-03-11 a99abf808a15fbc02da4c27ab7d46d03668b62ed
test_unicode_in_url_404: Add comment to clarify why request_path_unicode
is expected to be in res.txt
1 files modified
4 ■■■■ changed files
pyramid/tests/test_integration.py 4 ●●●● patch | view | raw | blame | history
pyramid/tests/test_integration.py
@@ -659,6 +659,10 @@
        testapp = self._makeTestApp(config)
        res = testapp.get(request_path, status=404)
        # Pyramid default 404 handler outputs:
        # u'404 Not Found\n\nThe resource could not be found.\n\n\n'
        # u'/avalia\xe7\xe3o_participante\n\n'
        self.assertTrue(request_path_unicode in res.text)
    def test_unicode_in_url_200(self):