JetBrains / teamcity-messages

Python Unit Test Reporting to TeamCity
https://pypi.python.org/pypi/teamcity-messages
Apache License 2.0
137 stars 81 forks source link

Fix flake8 plugin #204

Closed sambrightman closed 5 years ago

sambrightman commented 5 years ago

We have been unable to use teamcity-messages for testing whenever I have tried it, due to wanting flake8 output and this consistently being broken by #190. This PR adds a test to show up the issue and a fix. Merging after #201 should pass all tests.

shalupov commented 5 years ago

Thanks! We'll see what it will be on CI and I'll fix other issues if there will be some.

sambrightman commented 5 years ago

I left the new test dependent on shell globbing, which will break on Windows (and a messy import). Will submit a fix later.