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 81a39dc commit 6b6173cCopy full SHA for 6b6173c
testing/framework/TestCommonTests.py
@@ -335,7 +335,7 @@ def test_file_missing(self) -> None:
335
stdout = run_env.stdout()
336
assert stdout == "", stdout
337
stderr = run_env.stderr()
338
- assert "No such file or directory:") in stderr, stderr
+ assert "No such file or directory" in stderr, stderr
339
340
def test_failure(self) -> None:
341
"""Test must_contain(): failure"""
0 commit comments