plone / plone.recipe.codeanalysis

provides static code analysis for Buildout-based Python projects, including flake8, JSHint, CSS Lint, and other code checks
https://pypi.org/project/plone.recipe.codeanalysis/
11 stars 5 forks source link

Clean output on tests #141

Closed gforcada closed 9 years ago

gforcada commented 9 years ago

Fixes: https://github.com/plone/plone.recipe.codeanalysis/issues/122

hvelarde commented 9 years ago

way better, isn't it?

gforcada commented 9 years ago

@hvelarde yes, thanks for that pointer! I had been attempting to fix this for quite a while without succeed.

The only annoyance is that you need to put that on every single method call that produces output, but at least is just one line per test, so completely bearable.