python-trio / unasync

The async transformation code.
Other
91 stars 13 forks source link

Option to check that output is correct without writing output #69

Open johtso opened 4 years ago

johtso commented 4 years ago

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

pquentin commented 4 years ago

This would definitely be useful in our own test suite. 👍