python-trio / flake8-async

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

rename files, update references to them #209

Closed jakkdl closed 4 months ago

jakkdl commented 4 months ago

Some straightforward search&replace after #206

jakkdl commented 4 months ago

All eval files are named trioXXX.py, so they should maybe all be renamed as well. Although with the given design they are written with trio as the baseline, running tests against anyio by doing search/replace on the file content. So there's a decent case for the status quo, although there are files named trio104_trio.py or trio105_anyio.py... EDIT: I convinced myself and renamed them in a347611