[Pytest-commit] Issue #187: Use tox to run tests on downstream libraries (hpk42/tox)

2014-09-11 Thread Ib Lundgren
New issue 187: Use tox to run tests on downstream libraries https://bitbucket.org/hpk42/tox/issue/187/use-tox-to-run-tests-on-downstream Ib Lundgren: Hello, I currently use tox for testing across Python versions and it's great. Now I would like to make sure that when I update my library I don't

[Pytest-commit] Issue #588: pytest_exception_interact runs AFTER finally clauses, should be before (hpk42/pytest)

2014-09-11 Thread Jeff Weiss
New issue 588: pytest_exception_interact runs AFTER finally clauses, should be before https://bitbucket.org/hpk42/pytest/issue/588/pytest_exception_interact-runs-after Jeff Weiss: def test_mytest(): try: errorprone() finally: cleanup() If I define a pytest_exception_interact, it r