1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/f6f70a7ff3eb/
Changeset: f6f70a7ff3eb
User:James Tatum
Date:2015-01-09 01:15:22+00:00
Summary: Cleaning up the docstrings in monkeypatch.py
Affected #: 1 file
diff -r d91265465608bd3777ab0c882e5d68335d7472dd
New issue 655: sys.excinfo leaks into fixtures on python3
https://bitbucket.org/hpk42/pytest/issue/655/sysexcinfo-leaks-into-fixtures-on-python3
Ronny Pfannschmidt:
```
import sys
import pytest
@pytest.fixture
def leak():
#fails
assert sys.exc_info() == (None, None, None)
def test_lea
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/2cec98e0d7cb/
Changeset: 2cec98e0d7cb
User:RonnyPfannschmidt
Date:2015-01-09 18:55:49+00:00
Summary: fix issue 655: crude workarounds around python2/3 exception leaks
Affected #: 3 files
diff -r f6f70a7ff3eb