Skip to content

Commit 6e9efa7

Browse files
mywtony
authored andcommitted
Add failing test case for unicode command in PY2
1 parent fb5f602 commit 6e9efa7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ def test_tmux_cmd_raises_on_not_found():
163163
tmux_cmd('-V')
164164

165165

166+
def test_tmux_cmd_unicode():
167+
tmux_cmd('has-session', 'юникод')
168+
169+
166170
@pytest.mark.parametrize(
167171
"session_name,raises,exc_msg_regex",
168172
[

0 commit comments

Comments
 (0)