Duplicate fixtures in complex projects #1082
Labels
topic: fixtures
anything involving fixtures directly or indirectly
type: bug
problem that needs to be addressed
type: regression
indicates a problem that was introduced in a release which was working previously
Milestone
Related to #979, I think, or at least a similar error.
I have the following directory structure:
where both the conftest files contain
and both the
test_*.py
files containWhen I run all the tests with
py.test project
from the root directory (the parent ofproject
), I get the following errorHowever, if I delete both the
tests
subdirectories so everything is up one level, then it works fine.The text was updated successfully, but these errors were encountered: