gregoil / rotest

Resource oriented testing framework
MIT License
24 stars 5 forks source link

Instead of different stages for pyflakes and pep8 use pylint plugins #98

Open rinslow opened 5 years ago

rinslow commented 5 years ago

pytest-flakes https://pypi.org/project/pytest-flakes/ pytest-pep8 https://pypi.org/project/pytest-pep8/ pytest-pylint https://pypi.org/project/pytest-pylint pytest-sphinx pytest-sphinx-0.2.1

osherdp commented 5 years ago

Well, that's a great idea! I really liked the caching... Too bad it's not implemented in the pylint plugin