python-trio/trustme

Create a pytest fixture for accessing server/client certificates

sethmlarson opened this issue · 2 comments

Whenever I use trustme with pytest I end up making my own fixture, could we ship with our own pytest fixtures out of the box?

I've not felt the need myself because the urllib3 fixtures are complicated and run Tornado: https://github.com/urllib3/urllib3/blob/main/test/conftest.py.

Have you found yourself reimplementing the same fixtures over and over again? Can you please share that code?

I've forgotten my use-case and code for this, going to close unless I remember later.