We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a0bf6 commit 4ef9111Copy full SHA for 4ef9111
tests/test_stdout_stderr_log_dir.py
@@ -30,5 +30,5 @@ def test_log_dir_echo_no_output(tmp_path: Path) -> None:
30
for dir in os.listdir(tmp_path):
31
for file in os.listdir(f"{tmp_path}/{dir}"):
32
assert file == "out.txt"
33
- output = open(f"{tmp_path}/{dir}/{file}",'r').read()
34
- assert 'hello' in output
+ output = open(f"{tmp_path}/{dir}/{file}", "r").read()
+ assert "hello" in output
0 commit comments