phnmn

Results 3 issues of phnmn

When test runs with reruns pytest plugin (eg pytest-rerunfailures) failed test will become broken with "already stored" error: ``` E KeyError: "Internal Error - This fixture 'database' was already stored...

starting pytest-xdist==1.30.0([Oct 1, 2019](https://pypi.org/project/pytest-xdist/1.30.0/)) config.option may not be shared between controller and worker processes sample pytest.ini ``` [pytest] base_url = http://testurl addopts=-n 1 ``` test_base_url.py ``` def test_base_url(base_url): assert base_url...

Workers did not share config.option from controller Fixes: #800

bug