ansible / ansible-builder

An Ansible execution environment builder
Other
289 stars 93 forks source link

Pylint not running against test files #610

Closed Shrews closed 11 months ago

Shrews commented 11 months ago

We invoke pytest against our test directory in tox.ini, however, it isn't actually linting the test source files because we do not have init.py files in the unit or integration subdirectories (pylint accepts a list of python modules and packages, not directories). We need to add init.py to any subdirectories with sources files and fix the failures we are missing.