@@ -26,7 +26,7 @@ def test_help(testdir):
26
26
"" ,
27
27
"pytest_benchmark's management commands." ,
28
28
"" ,
29
- "options :" ,
29
+ "option* :" ,
30
30
" -h [COMMAND], --help [COMMAND]" ,
31
31
" Display help and exit." ,
32
32
" --storage URI, -s URI" ,
@@ -57,7 +57,7 @@ def test_help_command(testdir):
57
57
'positional arguments:' ,
58
58
' command' ,
59
59
'' ,
60
- 'options :' ,
60
+ 'option* :' ,
61
61
' -h, --help show this help message and exit' ,
62
62
])
63
63
@@ -70,7 +70,7 @@ def test_help_list(testdir, args):
70
70
"" ,
71
71
"List saved runs." ,
72
72
"" ,
73
- "options :" ,
73
+ "option* :" ,
74
74
" -h, --help show this help message and exit" ,
75
75
])
76
76
assert result .ret == 0
@@ -92,7 +92,7 @@ def test_help_compare(testdir, args):
92
92
" glob_or_file Glob or exact path for json files. If not specified" ,
93
93
" all runs are loaded." ,
94
94
"" ,
95
- "options :" ,
95
+ "option* :" ,
96
96
" -h, --help show this help message and exit" ,
97
97
" --sort COL Column to sort on. Can be one of: 'min', 'max'," ,
98
98
" 'mean', 'stddev', 'name', 'fullname'. Default: 'min'" ,
0 commit comments