JetBrains / teamcity-messages

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

Add option to skip the output of passed tests #168

Closed vtitor closed 6 years ago

vtitor commented 6 years ago

This option allows reducing the build log with skipping logs for passed tests. At the same time, any information about the passed test is not lost (only the output).

We have reduced our build log from 550MB to 15MB using this option.

vtitor commented 6 years ago

@shalupov Hi! If I have some mistakes in this pr could you please tell me about them

shalupov commented 6 years ago

Sorry for a delay. No mistakes here, but one question. Why do you want to use ini files instead of command line options?

vtitor commented 6 years ago

It's more useful to have the ability to store the option in a codebase, for example, different config in different repository branches.

vtitor commented 6 years ago

@shalupov so, do you have any suggestions?

vtitor commented 6 years ago

@shalupov could you please help me with this pr?

shalupov commented 6 years ago

Decided to merge as is