You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that all error messages (TRIO) are mentioned in all four of README.mdCHANGELOG.mdflake8_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.
The text was updated successfully, but these errors were encountered:
Check that all error messages (TRIO) are mentioned in all four of
README.md
CHANGELOG.md
flake8_trio.py
andtests/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 matchingmake_error[...] <lineno> [...]
intests/test_flake8_trio.py
. As lines are moved around and specs change I get increasingly worried that these don't match.The text was updated successfully, but these errors were encountered: