flake8/tests
Jon Dufresne db4f71288e Prefer iter(dict) instead of dict.keys()
They are equivalent for iterating so remove the additional function
call.

Pattern identified as outdated by Lennart Regebro's PyCon 2017 talk
"Prehistoric Patterns in Python"

https://www.youtube.com/watch?v=V5-JH23Vk0I
2017-05-27 11:54:06 -07:00
..
fixtures Handle SyntaxErrors after new-lines specially 2016-10-23 07:37:08 -05:00
integration Fix docstring violations 2017-05-12 20:34:15 -05:00
unit Prefer iter(dict) instead of dict.keys() 2017-05-27 11:54:06 -07:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00