[Tests][Added] --help-global-options

This commit is contained in:
Salvador E. Tropea 2024-01-09 13:47:30 -03:00
parent 0c94295105
commit cc47d4c0a3
1 changed files with 7 additions and 0 deletions

View File

@ -343,6 +343,13 @@ def test_help_variants(test_dir):
ctx.clean_up()
def test_help_global(test_dir):
ctx = context.TestContext(test_dir, '3Rs', 'pre_and_position')
ctx.run(extra=['--help-global-options', '--rst'], no_verbose=True, no_out_dir=True, no_yaml_file=True, no_board_file=True)
assert ctx.search_out('allow_blind_buried_vias')
ctx.clean_up()
def test_help_output_plugin_1(test_dir, monkeypatch):
ctx = context.TestContext(test_dir, '3Rs', 'pre_and_position')
ctx.home_local_link()