Pytest-httpserver

Latest version: v1.0.10

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

Scan your dependencies

Page 3 of 5

0.3.8

Not secure
=====

.. _Release Notes_0.3.8_Deprecation Notes:

Deprecation Notes
-----------------

- Deprecation warnings were added to prepare changes to 1.0.0. More details:
https://pytest-httpserver.readthedocs.io/en/latest/upgrade.html


.. _Release Notes_0.3.7:

0.3.7

Not secure
=====

.. _Release Notes_0.3.7_Other Notes:

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

- Removed pytest-runner from setup.py as it is deprecated and makes packaging inconvenient
as it needs to be installed before running setup.py.


.. _Release Notes_0.3.6:

0.3.6

Not secure
=====

.. _Release Notes_0.3.6_New Features:

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

- HTTP methods are case insensitive. The HTTP method specified is converted to
uppercase in the library.

- It is now possible to specify a JSON-serializable python value (such as
dict, list, etc) and match the request to it as JSON. The request's body
is loaded as JSON and it will be compared to the expected value.

- The http response code sent when no handler is found for the
request can be changed. It is set to 500 by default.


.. _Release Notes_0.3.5:

0.3.5

Not secure
=====

.. _Release Notes_0.3.5_New Features:

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

- Extend URI matching by allowing to specify URIPattern object or a compiled
regular expression, which will be matched against the URI. URIPattern class
is defined as abstract in the library so the user need to implement a new
class based on it.


.. _Release Notes_0.3.4:

0.3.4

Not secure
=====

.. _Release Notes_0.3.4_Bug Fixes:

Bug Fixes
---------

- Fix the tests assets created for SSL/TLS tests by extending their expiration time. Also
update the Makefile which can be used to update these assets.


.. _Release Notes_0.3.3:

0.3.3

Not secure
=====

.. _Release Notes_0.3.3_New Features:

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

- Besides bytes and string, dict and MultiDict objects can be specified as query_string.
When these objects are used, the query string gets parsed into a dict (or MultiDict),
and comparison is made accordingly. This enables the developer to ignore the order of
the keys in the query_string when expecting a request.


.. _Release Notes_0.3.3_Bug Fixes:

Bug Fixes
---------

- Fixed issue \16 by converting string object passed as query_string
to bytes which is the type of the query string in werkzeug, and also allowing
bytes as the parameter.

- Fix release tagging. 0.3.2 was released in a mistake by tagging 3.0.2 to the branch.


.. _Release Notes_0.3.3_Other Notes:

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

- Add more files to source distribution (sdist). It now contains tests,
assets, examples and other files.


.. _Release Notes_0.3.1:

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.