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
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