Viicos / django-autotyping

Automatically add type hints for Django powered applications.
https://viicos.github.io/django-autotyping/
MIT License
45 stars 0 forks source link

Add stub tests #22

Closed Viicos closed 9 months ago

Viicos commented 10 months ago

In CI, generate stubs from the test app, and use a tool to test type assertions. Should pass on pyright, mypy would be nice.

Still need to figure out which tool to use: