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
New issue 631: markers leaking
https://bitbucket.org/hpk42/pytest/issue/631/markers-leaking
David Szotten:
it looks like using custom markers on subclasses, together with a fixture on
the base class causes siblings to see each other's markers:
```
import pytest
@pytest.fixture
def c
New issue 663: node ids not unique
https://bitbucket.org/hpk42/pytest/issue/663/node-ids-not-unique
David Szotten:
Not sure if this is expected, but i certainly had the impression that node ids
were unique.
However, using `parametrize` with e.g. `params = [1, '1']` results in two