From 5291af250c2c4ba47655716d556dc80da1e26a00 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 1 Dec 2021 19:45:11 -0300 Subject: [PATCH] Adapted the pre-flight test to the new output format. --- tests/test_plot/test_misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot/test_misc.py b/tests/test_plot/test_misc.py index b38ec714..fefc4117 100644 --- a/tests/test_plot/test_misc.py +++ b/tests/test_plot/test_misc.py @@ -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()