Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Add link to hypothesis-jsonschema #258

Merged
merged 1 commit into from
Apr 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ the utility, and decided on a case-by-case basis.

#### Schema draft migration

_None currently support draft-06 or later._
- Python
- [hypothesis-jsonschema](https://github.com/Zac-HD/hypothesis-jsonschema) (MPL) *draft-07, -06, -04*; creates [Hypothesis](https://hypothesis.works/) strategies for documents which match any schema, even with complex and interacting constraints.

#### Format converters

Expand All @@ -248,6 +249,7 @@ _None currently support draft-06 or later._
#### Testing

- Python
- [hypothesis-jsonschema](https://github.com/Zac-HD/hypothesis-jsonschema) (MPL) *draft-07, -06, -04*; creates [Hypothesis](https://hypothesis.works/) strategies for documents which match any schema, even with complex and interacting constraints.
- [hypo\_schema](https://github.com/mlakewood/hypo_schema) (BSD-2-Clause) Creates generators for Hypothesis from JSON Schema

#### Editors
Expand Down