Skip to content

Consider using stubtest to test the stubs #1056

Description

@sobolevn

It is a default tool from mypy (we already have, since it is a part of mypy).
It used to test that runtime and stubs match: https://github.com/typeddjango/django-stubs/blob/master/scripts/stubtest.sh

It can find missing type definition or ones that we forgot to remove for some reason.
Extra / missing func parameters / names / etc.

It is a really useful tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions