New issue 456: Test with fixtures that share a parent fixture not getting called
https://bitbucket.org/hpk42/pytest/issue/456/test-with-fixtures-that-share-a-parent

brettatoms:

I'm not sure how to really describe this but here's a code sample that 
demonstrates the issue.  Basically if I create a test that takes two fixtures 
as parameters and one of those fixtures depends on the other fixture then the 
fixture only gets called once and the test method has the same instance for 
both fixtures.




_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to