Closed
Description
Assume this structure:
./project/app/tests/__init__.py
./project/app/tests/conftest.py
./project/app2/tests/__init__.py
./project/app2/tests/test_this.py
is pytest-django designed to have conftest's fixtures available project wide, so this_this.py in app2 would have access to it?
(I'm trying to determine if this is an issue on my end, a bug or a feature request)
Metadata
Metadata
Assignees
Labels
No labels