delfick / alt-pytest-asyncio

An alternative plugin for pytest to make it support async tests and fixtures
https://alt-pytest-asyncio.readthedocs.io
MIT License
27 stars 5 forks source link

How is it different! #2

Closed dimaqq closed 4 months ago

dimaqq commented 4 years ago

Yay, excited to see someone taking up the task of writing better asyncio pytest plugin!

I think it would help casual users if there was a comparison against pytest-asyncio in the readme / on pypi.

How is it different? mindset? api? implementation? features? etc... 🙏

delfick commented 4 years ago

Thanks :)

The top of the readme explains what's different. It's mostly the same but with some minor differences in tradeoffs

On Fri, May 22, 2020, 12:32 PM Dima Tisnek notifications@github.com wrote:

Yay, excited to see someone taking up the task of writing better asyncio pytest plugin!

I think it would help casual users if there was a comparison against pytest-asyncio in the readme / on pypi.

How is it different? mindset? api? implementation? features? etc... 🙏

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/delfick/alt-pytest-asyncio/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA2V5MIGSLUDY5ZXDWJUULRSXP3FANCNFSM4NHNISZA .

kaaloo commented 1 year ago

Beautiful work, thank you so much! 💯

delfick commented 1 year ago

thanks :)