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 95253ac commit 8b38ad0Copy full SHA for 8b38ad0
src/bootstrap/bootstrap_test.py
@@ -114,7 +114,7 @@ def test_unknown_args(self, err):
114
115
@patch("configure.err")
116
def test_need_value_args(self, err):
117
- """It should print an error message if an argument that requires a value is not given one"""
+ """It should print an error message if a required argument value is missing"""
118
configure.parse_args(["--target"])
119
err.assert_called_with("Option '--target' needs a value (--target=val)")
120
0 commit comments