Fix output decoding and stripping for passwords
This commit is contained in:
@ -15,7 +15,7 @@ def test_run_cwd(tmp_path):
|
||||
testfile.write_text("hello, world")
|
||||
|
||||
output = run(["ls"], cwd=directory.absolute())
|
||||
assert "testfile.txt" in output.decode()
|
||||
assert "testfile.txt" in output
|
||||
|
||||
|
||||
def test_make_qlist():
|
||||
|
Reference in New Issue
Block a user