Chris McDonough
2013-11-27 9eb79397b4e552bb76bef761593b25c071a616b2
coverage
1 files modified
5 ■■■■■ changed files
pyramid/tests/test_encode.py 5 ●●●●● patch | view | raw | blame | history
pyramid/tests/test_encode.py
@@ -72,3 +72,8 @@
        la = b'La/Pe\xc3\xb1a'
        result = self._callFUT(la, '/')
        self.assertEqual(result, 'La/Pe%C3%B1a')
    def test_it_with_nonstr_nonbinary(self):
        la = None
        result = self._callFUT(la, '/')
        self.assertEqual(result, 'None')