Great! Thank you!
On Mon, Sep 5, 2016 at 3:05 AM, Ronny Pfannschmidt
wrote:
> Hi Zach,
>
> the classical way to do that is to turn what is a conftest into a normal
> python package
> afterwards any project can put that into the pytest_plugins variable.
>
> also you could add a setuptools entrypo
Hi Zach,
the classical way to do that is to turn what is a conftest into a normal
python package
afterwards any project can put that into the pytest_plugins variable.
also you could add a setuptools entrypoint like the normal 3rd party pytest
plugins use to enable it in all cases
-- Ronny
2016-