From 6e973a9411bc4d474586bc2ddafb95fa52330b8b Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Thu, 31 Aug 2023 14:51:25 -0400 Subject: [PATCH] Fix the docstring of test Signed-off-by: Fabrice Normandin --- tests/cli/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_commands.py b/tests/cli/test_commands.py index bb8e877c..e5724d23 100644 --- a/tests/cli/test_commands.py +++ b/tests/cli/test_commands.py @@ -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))