This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
Releases: snok/drf-openapi-tester
Releases · snok/drf-openapi-tester
v1.3.2
v1.3.1
v1.3.0
- Added validators for the "format" keyword, handling the following format values generated by DRF and DRF derived libraries: "uuid", "base64", "email", "uri", "url", "ipv4", "ipv6" and "time" validator
- Added support for dynamic url parameters (DRF feature) in schemas
- Added an option to pass a map of custom url parameters and values
- Fixed handling of byte format to test for base64 string instead of bytes
Refactored error messages to be more concise and precise