@@ -133,7 +133,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
133
133
"--load-tests" ,
134
134
metavar = "FILENAME" ,
135
135
action = "store" ,
136
- help = "Load a list of tests and platforms to be run"
136
+ help = "Load a list of tests and platforms to be run "
137
137
"from a JSON file ('testplan.json' schema)."
138
138
)
139
139
@@ -234,7 +234,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
234
234
235
235
test_or_build .add_argument (
236
236
"--prep-artifacts-for-testing" , action = "store_true" ,
237
- help = "Generate artifacts for testing, do not attempt to run the"
237
+ help = "Generate artifacts for testing, do not attempt to run the "
238
238
"code on targets." )
239
239
240
240
parser .add_argument (
@@ -410,7 +410,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
410
410
)
411
411
412
412
parser .add_argument ("--level" , action = "store" ,
413
- help = "Test level to be used. By default, no levels are used for filtering"
413
+ help = "Test level to be used. By default, no levels are used for filtering "
414
414
"and do the selection based on existing filters." )
415
415
416
416
parser .add_argument (
@@ -622,7 +622,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
622
622
623
623
parser .add_argument (
624
624
"--detailed-skipped-report" , action = "store_true" ,
625
- help = "Generate a detailed report with all skipped test cases"
625
+ help = "Generate a detailed report with all skipped test cases "
626
626
"including those that are filtered based on testsuite definition."
627
627
)
628
628
@@ -694,7 +694,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
694
694
parser .add_argument (
695
695
"--quarantine-verify" ,
696
696
action = "store_true" ,
697
- help = "Use the list of test scenarios under quarantine and run them"
697
+ help = "Use the list of test scenarios under quarantine and run them "
698
698
"to verify their current status." )
699
699
700
700
parser .add_argument (
0 commit comments