Releases: codedawi/pytest-schema
Releases · codedawi/pytest-schema
v0.1.2 Release
v0.1.1 Release
- Fixes bug related to
Enum
validate report in #1. - Adding two new methods
like
andexact
that are mirrors oflike_schema
andexact_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.