python-trio / pytest-trio

Pytest plugin for trio
Other
54 stars 25 forks source link

synchronous fixture setup and teardown #138

Open agnesnatasya opened 1 year ago

agnesnatasya commented 1 year ago

Mainly fixes #137, by making fixtures setup and teardown synchronous Related issues and discussions:

Implementation details

Concerns

This is my first PR, want to double check if I've done the complete checklist

Let me know if I'm missing anything, would appreciate any feedback :D