Skip to content

v0.1.0 Release

Compare
Choose a tag to compare
@codedawi codedawi released this 31 Aug 01:12
· 6 commits to master since this 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 !=.