Skip to content

Releases: codedawi/pytest-schema

v0.1.2 Release

16 Feb 14:06
f7ff506
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1 Release

14 Mar 02:29
d5ecf12
Compare
Choose a tag to compare
  • Fixes bug related to Enum validate report in #1.
  • Adding two new methods like and exact that are mirrors of like_schema and exact_schema.

v0.1.0 Release

31 Aug 01:12
Compare
Choose a tag to compare

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

11 Jul 06:58
Compare
Choose a tag to compare
Pre-release

Updated the long_description_content_type to text/markdown for pypi.org

v0.1.0-rc1 - Initial Release

11 Jul 06:09
ecbc04e
Compare
Choose a tag to compare
Pre-release

Basic implementation of validating return values against a schema-like object in testing.