Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#251
If
generatetestsuites
option is on, test suites are generated based on test file names.If
generatetestsuites
option is on and there is started test inpytest_runtest_logstart
- report build problem.Another flag
unmodifiedverbosity
is added to stop plugin from modifying verbosity level which is regulated bypytest
user. Currentlyteamcity-messages
plugin produces unexpected side effect by modifying verbosity level. E.g. callingpytest --quiet
is not quiet due to teamcty reporting. Can move that to a separate PR.