Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0417148

Browse files
committed
add another unicode test case to the tests just to show to user saevarom on github
1 parent edeb9b6 commit 0417148

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_oauth.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
"""
24
The MIT License
35
@@ -363,7 +365,8 @@ def test_get_nonoauth_parameters(self):
363365
u'bar': u'foo',
364366
u'multi': [u'FOO',u'BAR'],
365367
u'uni_utf8': u'\xae',
366-
u'uni_unicode': u'\u00ae'
368+
u'uni_unicode': u'\u00ae',
369+
u'uni_unicode_2': u'åÅøØ',
367370
}
368371

369372
params = oauth_params

0 commit comments

Comments
 (0)