Skip to content

Add cli parser test for flattened configuration

Tim Schoof requested to merge add_test_flattened_config_cli_parser into master

In some environments, the argparse module complains about an "conflicting option" for flattened configurations. This test tries to reproduce that error.

Merge request reports