Pytest-httpserver

Latest version: v1.1.1

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

1.1.1

=====

.. _Release Notes_1.1.1_New Features:

New Features
------------

- Add a new ``expect`` method to the ``HTTPServer`` object which allows
developers to provide their own request matcher object.


.. _Release Notes_1.1.0:

1.1.0

=====

.. _Release Notes_1.1.0_Bug Fixes:

Bug Fixes
---------

- Fixed an issue related to the leak of httpserver state between the tests
when httpserver is destructed before the other fixtures. `352 <https://github.com/csernazs/pytest-httpserver/issues/352>`_


.. _Release Notes_1.0.12:

1.0.12

======

.. _Release Notes_1.0.12_Bug Fixes:

Bug Fixes
---------

- Fix pytest-httpserver's own tests related to log querying. No functional
changes in pytest-httpserver code itself. `345 <https://github.com/csernazs/pytest-httpserver/issues/345>`_


.. _Release Notes_1.0.11:

1.0.11

======

.. _Release Notes_1.0.11_New Features:

New Features
------------

- Hooks API

- New methods added to query for matching requests in the log.

- Threading support to serve requests in parallel


.. _Release Notes_1.0.10:

1.0.10

======

.. _Release Notes_1.0.10_New Features:

New Features
------------

- When there's no handler for the request, add more details to the response
sent by the server about the request to help debugging.


.. _Release Notes_1.0.10_Other Notes:

Other Notes
-----------

- Use ruff for linting. It includes some source code changes which should not
introduce functional changes, or API changes.


.. _Release Notes_1.0.9:

1.0.9

=====

.. _Release Notes_1.0.9_New Features:

New Features
------------

- Add ``__repr__`` to ``RequestHandler`` object so when it is compared (eg. with
the ``log`` attribute of the server) it will show the matcher parameters.


.. _Release Notes_1.0.8:

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.