mercredi 25 novembre 2015

Exclude test files from Pylint

I have my unit tests living alongside my source code. i.e.

├── __init__.py
├── formatter.py
└── test_formatter.py

Is there a way to get Pylint to exclude all files prefixed with test_ from its analysis? The ignore configuration option doesn't seem to like wildcards.

Aucun commentaire:

Enregistrer un commentaire