update tests

This commit is contained in:
Casper da Costa-Luis 2025-03-08 16:12:11 +00:00
parent 79b78c694d
commit 011328920b
No known key found for this signature in database
GPG key ID: D88C553DBD362CDE

View file

@ -33,7 +33,7 @@ def test_invalid_flag(shared_tmp_dir) -> None:
assert (
"unrecognized arguments" in result.stderr
), f"Expected 'unrecognized arguments' to appear in STDERR"
assert "SYNTAX" in result.stderr, f"Expected 'SYNTAX' to appear in STDERR"
assert "usage" in result.stderr, f"Expected 'usage' to appear in STDERR"
def test_output_to_stdout(shared_tmp_dir) -> None: