Re: [code-quality] How and where to add tests for Python 3

2014-09-04 Thread Oliver Bestwalter
Hi, first post here as well. I started lurking here a while ago because I am interested in static code analysis (atm strictly from a consumer perspecive though). On 28 August 2014 01:16, Ian Cordasco wrote: > > $ flake8 --version > > 2.2.3 (pep8: 1.5.7, pyflakes: 0.8.1, mccabe: 0.2.1) CPython 3

[code-quality] Putting files (html and text) in an alternate directory

2014-09-04 Thread Mark E. Hamilton
Is there a way to tell pylint to write the html or text files it generates in a directory other than the current directory? I want to be able to put the file in a web-accessible directory, while testing a set of code which is not in that location. -- Mark E. Hamilton Engineeri