[Pytest-commit] Issue #438: entering pdb from pytest's internal test suite breaks pytest later (hpk42/pytest)

2014-02-01 Thread Jurko Gospodnetić
New issue 438: entering pdb from pytest's internal test suite breaks pytest later https://bitbucket.org/hpk42/pytest/issue/438/entering-pdb-from-pytests-internal-test Jurko Gospodnetić: Consider the following test case prepared to be run as a part of pytest's internal test suite: ``` class Tes

[Pytest-commit] Issue #439: capsys fixture does not collect the same test output as reported by pytest (hpk42/pytest)

2014-02-01 Thread Jurko Gospodnetić
New issue 439: capsys fixture does not collect the same test output as reported by pytest https://bitbucket.org/hpk42/pytest/issue/439/capsys-fixture-does-not-collect-the-same Jurko Gospodnetić: I noticed that test fixture output gets reported by pytest as part of the output captured for a part

[Pytest-commit] Issue #440: parametrized fixture output captured inconsistently (hpk42/pytest)

2014-02-01 Thread Jurko Gospodnetić
New issue 440: parametrized fixture output captured inconsistently https://bitbucket.org/hpk42/pytest/issue/440/parametrized-fixture-output-captured Jurko Gospodnetić: When using parametrized module scoped fixtures, their finalization output gets captured inconsistently. It does not get captured

[Pytest-commit] Issue #441: parametrized fixture + module scope + failing test + '-x' option = invalid fixture finalizer output (hpk42/pytest)

2014-02-01 Thread Jurko Gospodnetić
New issue 441: parametrized fixture + module scope + failing test + '-x' option = invalid fixture finalizer output https://bitbucket.org/hpk42/pytest/issue/441/parametrized-fixture-module-scope-failing Jurko Gospodnetić: The following test demonstrates the issue. You can run it as a part of the

[Pytest-commit] Issue #442: Make reported captured output include function scope fixture finalizer output. (hpk42/pytest)

2014-02-01 Thread Jurko Gospodnetić
New issue 442: Make reported captured output include function scope fixture finalizer output. https://bitbucket.org/hpk42/pytest/issue/442/make-reported-captured-output-include Jurko Gospodnetić: My suggestion is to make regular test output capture include output from function scoped fixture fi