asyncinject
asyncinject copied to clipboard
Run async workflows using pytest-fixtures-style dependency injection
Hack from: - https://github.com/simonw/asyncinject/issues/10#issuecomment-1101822735
The examples in the README are boring, and don't show how the library can resolve a dependency tree into the most efficient possible mechanism. Need to come up with a...
Would it be possible to catch multiple exceptions from separate async tasks and group them together as a single group of exceptions raised by the `resolve()` method?