Re: Violations plugin uses wrong path to find pep8 report

2013-10-25 Thread Dmitry S
se create a bug report in our > issue tracker. > > Can you please check if the pep8 parser in the warnings plug-in works for > your file? If the same exceptions appears there too then maybe your input > file is somehow corrupt? > > Ulli > > > Am 22.10.2013 um 12:3

Re: Violations plugin uses wrong path to find pep8 report

2013-10-22 Thread Dmitry S
reports\pep8.log вторник, 22 октября 2013 г., 14:23:05 UTC+4 пользователь Ullrich Hafner написал: > > What did you specify as file pattern? > > Ulli > > Am 22.10.2013 um 12:07 schrieb Dmitry S > >: > > I'm using pytest to run pep8 check: > > py.test

Violations plugin uses wrong path to find pep8 report

2013-10-22 Thread Dmitry S
I'm using pytest to run pep8 check: py.test --pep8 --junitxml=reports\pep8.log I setup a job to look for pep8.log file in reports\pep8.log But when i run the job I see that the path where violations plugin looks for reports makes no sense: generated xml file: C:\Jenkins\jobs\python-template-2