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

2014-09-23 Thread David Szotten
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

[Pytest-commit] Issue #631: markers leaking (hpk42/pytest)

2014-11-11 Thread David Szotten
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

[Pytest-commit] Issue #663: node ids not unique (hpk42/pytest)

2015-01-17 Thread David Szotten
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