Commit Graph

7 Commits

Author SHA1 Message Date
Svendegroote91
e06ec6da82 #594 & #816 - Add error path to schema validation error in RequestBodyValidator (#1063)
* Add error path to schema validation error in RequestBodyValidator

* Add unit test for error path in schema validation
2019-10-27 12:07:12 +01:00
Daniel Grossmann-Kavanagh
53dffc0b78 Only pass body on PATCH/POST/PUT request (#761)
Fixes #757
2018-11-09 08:27:08 +01:00
Maurice van der Pot
a6577f9912 Remove unnecessary dependency on GPL library strict-rfc3339
In order to validate date-time or uri formats jsonschema requires
strict-rfc3339 and rfc3987 to be installed, both of which are licensed
under the GPLv3. To avoid license ambiguity, it makes sense to not
depend on either of them for installation or testing of connexion.
2017-03-20 21:24:53 +01:00
Leena Bhegade
f7b3d9a0bb add parameter to decode 2017-02-08 23:48:04 +00:00
Leena Bhegade
c1020bf0f6 Fix tests 2017-02-08 21:31:35 +00:00
Rafael Caricio
d355d8ae5d Response definitions can be defined globally in spec 2016-03-18 15:38:51 +01:00
Rafael Caricio
a7aec5d53c Split tests in isolated modules 2016-02-25 14:49:19 +01:00