asyncinject icon indicating copy to clipboard operation
asyncinject copied to clipboard

Run async workflows using pytest-fixtures-style dependency injection

Results 3 asyncinject issues
Sort by recently updated
recently updated
newest added

Hack from: - https://github.com/simonw/asyncinject/issues/10#issuecomment-1101822735

enhancement

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...

documentation

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?

research