I made a new plugin using this repo with cookiecutter and i want to use another plugin from it.
for example:
when I run pytest --useplugin
this should run :pytest --anotherplugin=12345 --useplugin
(more command line arguments run in the background.)
I didn't find anything in pytest documentation.
thanks!