mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Also some unicode tests for return_values()
This commit is contained in:
parent
5fdfe6a0f2
commit
e00012994e
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ class TestReturnValues(unittest.TestCase):
|
||||||
'three': ['amigos', 'musketeers', None,
|
'three': ['amigos', 'musketeers', None,
|
||||||
{'ping': 'pong', 'base': ('balls', 'raquets')}]},
|
{'ping': 'pong', 'base': ('balls', 'raquets')}]},
|
||||||
frozenset(['1', 'dos', 'amigos', 'musketeers', 'pong', 'balls', 'raquets'])),
|
frozenset(['1', 'dos', 'amigos', 'musketeers', 'pong', 'balls', 'raquets'])),
|
||||||
|
(u'Toshio くらとみ', frozenset(['Toshio くらとみ'])),
|
||||||
|
('Toshio くらとみ', frozenset(['Toshio くらとみ'])),
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_return_values(self):
|
def test_return_values(self):
|
||||||
|
|
Loading…
Reference in a new issue