Closed
Description
mypy_test.py
has two command-line arguments that I find somewhat useless: filter
and exclude
. (It looks like they've stayed more-or-less the same since the script's inception 7 years ago.) I'd like to get rid of them and replace them with flags that would allow me to run specific parts of mypy_test locally, instead of running the whole thing at once (e.g. --stdlib
to only test the stdlib, or --test-cases
to only test the test cases).
Any objections to that?