python-trio / flake8-async

Highly opinionated linter for Trio code
https://flake8-async.readthedocs.io
MIT License
17 stars 2 forks source link

meta-tests #13

Closed jakkdl closed 2 years ago

jakkdl commented 2 years ago

Check that all error messages (TRIO) are mentioned in all four of README.md CHANGELOG.md flake8_trio.py and tests/test_flake8_trio.py.

Check that the line numbers of the set of lines in tests/trio*.py with an # error comment are the same as the line numbers in lines matching make_error[...] <lineno> [...] in tests/test_flake8_trio.py. As lines are moved around and specs change I get increasingly worried that these don't match.