python-trio / flake8-async

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

Move eval files into a separate directory #102

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Taking the opportunity while there are no other open pull requests to move all the test_eval files to a separate directory. I've now also seen the light, and converted all paths from strings to Path. :lotus_position:

jakkdl commented 1 year ago

TIL about os.PathLike, will sneak the change into another PR ^^