I\'m looking to create a pytest structure where I can separate the fixtures from the tests completely. The reason for this separation is that I want to include the fixtures
Did you try importing your fixtures in project/conftest.py? Is that what you mean by "wrappers to return an instance"?
import
project/conftest.py