Fix flake8 for tests directory (#3168)

Followup on #3123
This commit is contained in:
Alexander Kukushkin
2024-09-16 17:20:00 +02:00
committed by GitHub
parent 416a0f7c8b
commit bfa9b0ca4b
5 changed files with 8 additions and 6 deletions
+1
View File
@@ -88,6 +88,7 @@ class _Lint(_Command):
def aux_directories(self):
for dir_name in ('tests', 'features'):
yield dir_name
for root, dirs, files in os.walk(dir_name):
for name in dirs:
yield os.path.join(root, name)