i am trying to write test for external application
and i want to be able to configure them
is there any tool, that allows run 'PYTEST'?
--my-custom-argument 42 --app-host some_host --etc
and later in test use those custom arguments
or i can use another way to configure such things?