mirror of https://github.com/flaggo/pydu.git
improve test_run_with_en_env
This commit is contained in:
parent
0c02f39391
commit
6056896482
|
@ -26,10 +26,10 @@ def test_run():
|
|||
|
||||
def test_run_with_en_env():
|
||||
_, output = run_with_en_env('nocmd', shell=True)
|
||||
output.decode('ascii')
|
||||
assert output.decode('ascii')
|
||||
|
||||
_, output = run_with_en_env(['nocmd'], shell=True)
|
||||
output.decode('ascii')
|
||||
assert output.decode('ascii')
|
||||
|
||||
|
||||
def test_cmdline_argv():
|
||||
|
|
Loading…
Reference in New Issue