[Tests][Added] --help-dependencies --rst

This commit is contained in:
Salvador E. Tropea 2024-01-09 13:50:46 -03:00
parent cc47d4c0a3
commit 535972092c
1 changed files with 2 additions and 0 deletions

View File

@ -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):