[Pytest-commit] [hpk42/pytest] Fixture finalizer failure causes other finalizers to not be run (issue #287)

2013-04-01 Thread Andreas Pelme
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

[Pytest-commit] Issue #428: test_package_without__init__py failure (hpk42/pytest)

2014-01-22 Thread Andreas Pelme
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

[Pytest-commit] Issue #501: xdist process crashes with ImportError (hpk42/pytest)

2014-04-11 Thread Andreas Pelme
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

[Pytest-commit] Issue #503: Session fixtures invoked (hpk42/pytest)

2014-04-12 Thread Andreas Pelme
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

[Pytest-commit] Issue #548: isinstance check in warn() is inconsistent on py2/py3 (hpk42/pytest)

2014-07-29 Thread Andreas Pelme
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

[Pytest-commit] Issue #574: getcfg's parsing of command line arguments (hpk42/pytest)

2014-08-28 Thread Andreas Pelme
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

[Pytest-commit] Issue #602: xdist does not report warnings (hpk42/pytest)

2014-09-30 Thread Andreas Pelme
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