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

Fix "FileNotFoundError" due to "schema.json" not installed #132

Closed Delgan closed 11 months ago

Delgan commented 11 months ago

Fix #131.

$ ls /home/delgan/pytest-mypy-plugins/env/lib/python3.11/site-packages/pytest_mypy_plugins/
collect.py  configs.py  __init__.py  item.py  __pycache__  py.typed  schema.json  utils.py

The "schema.json" file was missing prior to this PR.