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

A pytest plugin for asserting data against voluptuous schema

Results 2 pytest-voluptuous issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Hello, With Pytest 7.1 and Pytest-voluptuous 1.2.0, I don't get the proper assertion hook with `assert S(schema) == some_dict`: ``` Test session starts (platform: linux, Python 3.10.3, pytest 7.1.1, pytest-sugar...