So you could have singletonContext<Connection...
# minutest
d
So you could have singletonContext<Connection>(“with open connection”) { fixture { Connection().apply {open()} } after { fixture.close() } derivedFixture<Fixture>(“can save”) { fixture { Fixture(parentFixture) } .... } }