Whenever I launch a test inside pycharm it is executed w/ the following parameters:
Launching pytest with arguments tests/unittests/routers/test_data.py::TestDataRouter::test_foo --no-header --no-summary -q in ...
How do I get rid of the --no-header --no-summary -q
arguments?
I know I can add arguments in the runtime configuration. But I cannot find above arguments so I can remove them. I also checked the configuration templates, nothing in there either.