dabeaz / curio

Good Curio!
Other
4.05k stars 244 forks source link

Add built-in pytest plugin. Enables easier unit tests of Curio apps. #317

Closed kdart closed 4 years ago

kdart commented 4 years ago

If you write an app using Curio, you'll want to do unit tests. If you use pytest then this change adds a pytest plugin that can be used for that. If you install Curio, you automatically get the pytest plugin for Curio, so users don't have to install another package to do their own unit tests.