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 !=
.