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

Commit 56600c3

Browse files
authored
Merge pull request #292 from Zac-HD/hypothesis-notes
Fix Hypothesis links & description
2 parents 04c590a + 60ac121 commit 56600c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

implementations.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ Various levels of support for UI generation primarily from the validation vocabu
216216

217217
#### Data from schemas
218218

219-
_None currently support draft-06 or later._
219+
- Python
220+
- [hypothesis-jsonschema](https://github.com/Zac-HD/hypothesis-jsonschema) (MPL) *draft-07, -06, -04*; takes any schema, even with complex and interacting constraints, and returns a [Hypothesis](https://hypothesis.works/) strategy which can generate valid documents for testing.
220221

221222
Utilities
222223
---------
@@ -241,8 +242,7 @@ the utility, and decided on a case-by-case basis.
241242

242243
#### Schema draft migration
243244

244-
- Python
245-
- [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.
245+
_None currently support draft-06 or later._
246246

247247
#### Format converters
248248

@@ -259,8 +259,7 @@ the utility, and decided on a case-by-case basis.
259259
#### Testing
260260

261261
- Python
262-
- [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.
263-
- [hypo\_schema](https://github.com/mlakewood/hypo_schema) (BSD-2-Clause) Creates generators for Hypothesis from JSON Schema
262+
- [hypothesis-jsonschema](https://github.com/Zac-HD/hypothesis-jsonschema) (MPL) *draft-07, -06, -04*; takes any schema, even with complex and interacting constraints, and returns a [Hypothesis](https://hypothesis.works/) strategy which can generate valid documents for testing.
264263

265264
#### Editors
266265

0 commit comments

Comments
 (0)