typeddjango / pytest-mypy-plugins

pytest plugin for testing mypy types, stubs, and plugins
https://pypi.org/project/pytest-mypy-plugins/
MIT License
100 stars 26 forks source link

Allow custom properties in our json schema #141

Open sobolevn opened 6 months ago

sobolevn commented 6 months ago

We introduced jsonschema validation in https://github.com/typeddjango/pytest-mypy-plugins/commit/e7e1a0f8a8c8055204073c15bbed2395796bb72d, but, it does not work for custom test plugin to pytest-mypy-plugins: https://github.com/typeddjango/djangorestframework-stubs/actions/runs/8105756625/job/22154578423?pr=547

I will fix this in 3.1.1

sobolevn commented 6 months ago

and https://github.com/typeddjango/django-stubs/pull/1986