From 535972092c871de649635f91ed04843515e59715 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 9 Jan 2024 13:50:46 -0300 Subject: [PATCH] [Tests][Added] --help-dependencies --rst --- tests/test_plot/test_misc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_plot/test_misc.py b/tests/test_plot/test_misc.py index 19dbc9c6..7bbf9cf9 100644 --- a/tests/test_plot/test_misc.py +++ b/tests/test_plot/test_misc.py @@ -1325,6 +1325,8 @@ def test_dependencies_1(test_dir): with open(ctx.get_out_path('output.txt'), 'rt') as f: data = json.load(f) assert dep in data + ctx.run(extra=['--help-dependencies', '--rst'], no_board_file=True, no_out_dir=True, no_yaml_file=True) + ctx.search_out('`'+dep+' <') def test_dont_stop_1(test_dir):