Skip to content

Commit

Permalink
Fix the docstring of test
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice committed Sep 22, 2023
1 parent a4e9ebb commit 6e973a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_check_command_output(
file_regression: FileRegressionFixture,
monkeypatch: pytest.MonkeyPatch,
):
"""Test that the --help text matches what's expected (and is stable over time)."""
"""Run simple commands and check that their output matches what's expected."""

monkeypatch.setattr("webbrowser.open", lambda url: None)
monkeypatch.setattr("sys.argv", shlex.split(command))
Expand Down

0 comments on commit 6e973a9

Please sign in to comment.