tfw you’ve created something that excites you like nothing in years but it feels like you have to write a book first to lay the context to make wide appreciation even possible
@hynek I like what I see, can it layer contexts/disposal/dependency?
We have a little monster in pytest for managing fixture's
@ossronny yes, they’re much better.
The container is an `with closing(container)` context manage and the factories are pytest-style generators. MUCH more ergonomic in practice.