the requirement to have a top level fixture seems ...
# minutest
r
the requirement to have a top level fixture seems a bit artificial to me. I have a number of tests where I assert behavior of an assertion with different subjects. Each context has a different fixture but there’s no sensible “overall” fixture. Even if I define one, every context just overwrites it.