-
Notifications
You must be signed in to change notification settings - Fork 44
WIP Upgrade to Schemathesis v4 #879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Allows additional metadata fields starting
with 'metadata_' in the request body while rejecting other fields.
|
|
In addition to upgrading to Schemathesis 4, this PR currently enables However, Annif 1.4 introduced But because of this, Schemathesis 4.7 (correctly) complains: Schemathesis should be configurable to ignore this, but I did not manage in that for now. @osma what do you think about enabling the strict validation and the custom validator? Those could and should be done in another PR than this, if we want start using those. |



WIP