fix issue435: make reload() work when assert rewriting is active.

Thanks Daniel Hahler.
This commit is contained in:
holger krekel
2015-03-23 10:08:47 +01:00
3 changed files with 33 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
2.7.0.dev (compared to 2.6.4)
-----------------------------
- fix issue435: make reload() work when assert rewriting is active.
Thanks Daniel Hahler.
- fix issue616: conftest.py files and their contained fixutres are now
properly considered for visibility, independently from the exact
current working directory and test arguments that are used.