New issue 287: Fixture finalizer failure causes other finalizers to not be run
https://bitbucket.org/hpk42/pytest/issue/287/fixture-finalizer-failure-causes-other
Andreas Pelme:
When tearing down fixtures and one finalizer (registered via
`request.addfinalizer`) fails (with an uncaught
New issue 428: test_package_without__init__py failure
https://bitbucket.org/hpk42/pytest/issue/428/test_package_without__init__py-failure
Andreas Pelme:
This test fails when I run the test suite:
```
#!text
[pytest] ~/code/pytest $ py.test -vvv -k test_package_without__init__py
New issue 501: xdist process crashes with ImportError
https://bitbucket.org/hpk42/pytest/issue/501/xdist-process-crashes-with-importerror
Andreas Pelme:
I encountered this issue when originally trying to debug another issue. I might
have something screwed up on my machine, but I cannot figure
New issue 503: Session fixtures invoked
https://bitbucket.org/hpk42/pytest/issue/503/session-fixtures-invoked
Andreas Pelme:
Since
https://bitbucket.org/hpk42/pytest-xdist/commits/05aa4f48306c905ae4d183a4b337f63cc4490466
session scoped fixtures runs multiple times.
To trace this, I have added
New issue 548: isinstance check in warn() is inconsistent on py2/py3
https://bitbucket.org/hpk42/pytest/issue/548/isinstance-check-in-warn-is-inconsistent
Andreas Pelme:
There is an assertion that reads
```
assert isinstance(code, str)
```
in `warn()` in _pytest/main.py.
I guess the purpose
New issue 574: getcfg's parsing of command line arguments
https://bitbucket.org/hpk42/pytest/issue/574/getcfgs-parsing-of-command-line-arguments
Andreas Pelme:
https://bitbucket.org/hpk42/pytest/src/aed87f841a762133588d09f17f2ceb050d726569/_pytest/config.py?at=default#cl-846
getcfg loo
New issue 602: xdist does not report warnings
https://bitbucket.org/hpk42/pytest/issue/602/xdist-does-not-report-warnings
Andreas Pelme:
Warnings raised with `request.node.warn` does not show warnings. `-rw` does not
give any warning output either.
Here is the same test run without and with