Skip to content

v0.7.0

Compare
Choose a tag to compare
@diazona diazona released this 30 Aug 07:29
· 131 commits to master since this release
4a5fbd8

This release of pytest-localserver includes one key change of interest to users: SMTP support is no longer installed by default, due to the unclear maintenance status of aiosmtpd. Those who want the SMTP server should select the [smtp] extra when installing. Other more minor changes include many improvements to the code quality control, automated testing, and documentation.

As always, the package can be installed using pip:

$ pip install pytest-localserver

or, to include the now-optional SMTP support:

$ pip install 'pytest-localserver[smtp]'

What's Changed

New Contributors

A huge thanks to all three of the new contributors this release!

Full Changelog: v0.6.0...v0.7.0