include some unicode in unit test data
This commit is contained in:
parent
4eabd8b7da
commit
5bcaf7cebe
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# coding=utf-8
|
||||
import unittest
|
||||
|
||||
from six.moves import xmlrpc_client
|
||||
|
|
@ -13,6 +14,7 @@ class TestDump(unittest.TestCase):
|
|||
None,
|
||||
True,
|
||||
False,
|
||||
u'Hævē s°mə ŭnıčođė',
|
||||
[1],
|
||||
{"a": 1},
|
||||
["fnord"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue