We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee6c4a commit b105037Copy full SHA for b105037
python/ctsm/run_ctsm_py_tests.py
@@ -78,7 +78,7 @@ def _commandline_args(description):
78
nargs="?",
79
type=str,
80
const="",
81
- metavar="DEBUG_FILE_NAME", # Sam as pytest
+ metavar="DEBUG_FILE_NAME", # Same as pytest
82
help=(
83
"If given with no argument, uses old unittest-based run_ctsm_py_tests behavior: Run"
84
" tests with maximum verbosity, equivalent to ``pylint -v --capture=no``. If given"
0 commit comments