-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appreciation #14
Comments
👍 Since you are here, I want to really thank you for the amazing job you've done on trio (and of course your article that all started). I've been fighting a lot with asyncio which really made me fell like it's not a pythonic library, trio on the other hand achieved of bringing simplicity to complex things which is what Python should all be about. “Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.” − Antoine de Saint-Exupéry |
Aww 😊. Thank you! That is exactly what I'm trying to do, so it's really great to hear that it's coming through. |
Whoops, mouse slipped and accidentally re-opened. Closing again... |
Since I just filed a bunch of nitpicky issues, I wanted to also stop and mention two things I really liked:
The parallel initialization of fixtures in
_resolve_coroutine_fixtures_in
is awesomeYou fixed MultiError tracebacks! I know it's still not as pretty as the regular pytest tracebacks, but I have wasted so much time trying to guess the meaning of incomplete MultiError tracebacks from pytest, and I also spent like an hour once trying to figure out how to hook traceback printing and totally failed. So: thank you!
The text was updated successfully, but these errors were encountered: