Is it completely dumb to wish I could access the p...
# minutest
r
Is it completely dumb to wish I could access the parent fixture from the context of a derived fixture? A couple of times I’ve found myself with a derived context whose fixture is the result of some kind of transformation on the parent fixture, and I want to make comparisons between the transformation result and the original object. I can, of course, just create a tuple, but being able to directly access the parent fixture would save some boilerplate.