[Pytest-commit] Issue #595: junitxml make verbose output opt-in (hpk42/pytest)

David Szotten issues-reply at bitbucket.org
Tue Sep 23 12:59:32 CEST 2014


New issue 595: junitxml make verbose output opt-in
https://bitbucket.org/hpk42/pytest/issue/595/junitxml-make-verbose-output-opt-in

David Szotten:

6954363 changed junitxml to include captured output for passing and skipped tests in the output by default. this makes the xml unnecessarily  large for our use cases

i think this behaviour should become opt-in (or at the very least add opt-out)

feature is easy to add, but my issue was with giving this a good option name. i was also slightly concerned with growing the already large list of options with parameters that only apply when already using --junitxml

are there any plans for grouping/namespacing options (so that a top level --help would be less verbose)


and setting aside the digression, any thoughts on making this opt-in (and if so, of a good option name. so far considered junitxml-verbose-output, junitxml-always-include-output; just using the --verbose flag (don't like that))

thanks




More information about the pytest-commit mailing list