Releases: codedawi/pytest-schema
Releases · codedawi/pytest-schema
v0.1.2 Release
v0.1.1 Release
- Fixes bug related to
Enumvalidate report in #1. - Adding two new methods
likeandexactthat are mirrors oflike_schemaandexact_schema.
v0.1.0 Release
A pytest based wrapper around the keleshev/schema v0.7.3 package to allow uses to easy use this for validating integration test responses or other type/dict based validation. This allows users to quickly write up a pythonic schema and reduces the need for them to hard code matching values.
Packages offers schema, like_schema, exact_schema methods for validating schema using == or !=.
v0.1.0-rc2 - Long Description Format
Updated the long_description_content_type to text/markdown for pypi.org
v0.1.0-rc1 - Initial Release
Basic implementation of validating return values against a schema-like object in testing.