pytest-localserver icon indicating copy to clipboard operation
pytest-localserver copied to clipboard

py.test plugin to test server connections locally. This repository was migrated from Bitbucket.

Results 8 pytest-localserver issues
Sort by recently updated
recently updated
newest added

In [a conversation on Mastodon](https://techhub.social/@[email protected]/112202758793829481) I found out about [the trustme package](https://trustme.readthedocs.io/en/latest/) which generates SSL certificates from a temporary local CA. This seems like a good addition to pytest-localserver, better...

I've been a happy `pytest-localserver` for a while now. It works great for SMTP. Since we moved from GSuite to self-hosted email, it became clear to me that sent emails...

enhancement
blocked

There's a note about supporting gzip compression in the source code, I just wanted to make sure it's recorded as an issue.

enhancement

I would like to have HTML documentation generated by Sphinx for the stable release. While the README is doing perfectly fine at explaining how to use the package (and thus...

documentation

It looks like that local server can serve only one request. What will be the recommended path to serve different content depending on different URL path? example.com/one -> serve [200,...

enhancement

This should be the last step to take before releasing version 0.9. The next release had been planned to be version 1.0, but that's taken long enough to prepare that...

We can use this to add a status check to ensure that only PRs passing all tests can be merged. The commit ID I used for the `alls-green` action is...

Right now our project configuration is mostly defined in `setup.py`, but we should move as much of it as possible into `pyproject.toml`.