Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jan 5, 2012
1 parent 933944c commit 2bf3f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid/tests/test_urldispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_connect_static_overridden(self):
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'
Expand Down

0 comments on commit 2bf3f5c

Please sign in to comment.