Adapted the pre-flight test to the new output format.

This commit is contained in:
Salvador E. Tropea 2021-12-01 19:45:11 -03:00
parent 6fa6356f9c
commit 5291af250c
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ def test_help_output_plugin_3(test_dir, monkeypatch):
m.setenv("HOME", os.path.join(ctx.get_board_dir(), '../..'))
logging.debug('HOME='+os.environ['HOME'])
ctx.run(extra=['--help-preflights'], no_verbose=True, no_out_dir=True, no_yaml_file=True, no_board_file=True)
assert ctx.search_out('- pre_test: Undocumented')
assert ctx.search_out('- `pre_test`: Undocumented')
ctx.clean_up()