We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f585c4e commit 6448efeCopy full SHA for 6448efe
test/test_unicode_cli.py
@@ -4,6 +4,8 @@
4
import sys
5
import codecs
6
7
+from subprocess_compat import run_subprocess, safe_decode
8
+
9
10
def test_cli_output_flag_with_unicode():
11
"""
0 commit comments