Hi all. I have a repo that takes advantage of py.test and ships itself w/ py.test for implementers -> https://github.com/fastly/ftw.
What im having trouble with is that Id like someone to `pip install ftw` and have the conftest.py under test/conftest.py in my repo available to them. Is there a way I can ship conftest.py from my github and hav eit be in the path when people pip install?
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
