How to control the current working directory of the launched process? #89
Open
Description
What would you like to know?.
How to control the current working directory of the launched process?
Additional context
When using pytest-xprocess to launch a server process I notice that it is launched in a different directory:
<test_root>/.pytest_cache/d/.xprocess/<test_fixture_name>
I want the freedom to change that, because my poc server is unfortunately relying on local files.