def test_url_charset_reflection(self): req = wrappers.Request.from_values() req.charset = 'utf-7' self.assert_equal(req.url_charset, 'utf-7')