unasync
unasync copied to clipboard
Option to check that output is correct without writing output
This is useful for workflows where everything gets a final once-over as part of testing.
See: https://github.com/encode/httpcore/blob/0.11.1/unasync.py#L49
This would definitely be useful in our own test suite. 👍