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 5262afa commit 99206d1Copy full SHA for 99206d1
tests/test_cli.py
@@ -39,7 +39,7 @@ def test_cli_no_arguments():
39
result = runner.invoke(cli)
40
41
assert result.exit_code == 2
42
- assert 'Missing option "--target"' in result.output
+ assert "Missing option '--target'" in result.output
43
44
45
@pytest.mark.parametrize(
0 commit comments