Previously a missing fixture would output a cryptic pytest-internal error:
INTERNALERROR> stack = [self.request._pyfuncitem.obj]
INTERNALERROR> AttributeError: 'MarkdownInlinePythonItem' object has no attribute 'obj'
After this fix it will instead be:
=================================================== ERRORS ====================================================
____ ERROR at setup of docstring for ... _____
file , line 0: source code not available
E fixture 'foo' not found
Previously a missing fixture would output a cryptic pytest-internal error:
After this fix it will instead be: