fix issue 191 - add support for runTest method of unittest.TestCase subclasses

This commit is contained in:
Ronny Pfannschmidt
2012-09-22 18:24:53 +02:00
parent 465cfff6f9
commit 253a87b2dc
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -56,6 +56,8 @@ Changes between 2.2.4 and 2.3.0.dev
- fix issue 188: ensure sys.exc_info is clear on python2
before calling into a test
- fix issue 191: addd unittest TestCase runTest method support
- reporting refinements:
- pytest_report_header now receives a "startdir" so that