Chris McDonough
2012-01-05 2bf3f5c62b374bd1fa4cc87166f3073a1101ea12
coverage
1 files modified
2 ■■■ changed files
pyramid/tests/test_urldispatch.py 2 ●●● patch | view | raw | blame | history
pyramid/tests/test_urldispatch.py
@@ -120,7 +120,7 @@
    def test___call__pathinfo_cant_be_decoded(self):
        from pyramid.exceptions import URLDecodeError
        mapper = self._makeOne()
        if PY3:
        if PY3: # pragma: no cover
            path_info = b'\xff\xfe\xe6\x00'.decode('latin-1')
        else:
            path_info = b'\xff\xfe\xe6\x00'