You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, library handles the validation of request and response bodies, and will handle more in the future (headers, authentication, parameters).
It would be handy to count with a configuration (i.e.: .django-contract-tester file or through pyproject.toml - [tool.django-contract-tester]) where it would be possible, for example, to enable/disable these type of validations, set custom tags to ignore or others.
The text was updated successfully, but these errors were encountered:
Currently, library handles the validation of request and response bodies, and will handle more in the future (headers, authentication, parameters).
It would be handy to count with a configuration (i.e.:
.django-contract-tester
file or throughpyproject.toml
-[tool.django-contract-tester]
) where it would be possible, for example, to enable/disable these type of validations, set custom tags to ignore or others.The text was updated successfully, but these errors were encountered: