fix issue #479: properly handle nose/unittest(2) SkipTest exceptions

during collection/loading of test modules.  Thanks to Marc Schlaich
for the complete PR.
This commit is contained in:
holger krekel 2014-03-14 15:44:39 +01:00
parent ddc67ca13a
commit 50abe43216
2 changed files with 6 additions and 0 deletions

View File

@ -38,3 +38,4 @@ Anthon van der Neut
Mark Abramowitz
Piotr Banaszkiewicz
Jurko Gospodnetić
Marc Schlaich

View File

@ -11,6 +11,11 @@ NEXT (2.6)
- change skips into warnings for test classes with an __init__ and
callables in test modules which look like a test but are not functions.
- fix issue #479: properly handle nose/unittest(2) SkipTest exceptions
during collection/loading of test modules. Thanks to Marc Schlaich
for the complete PR.
2.5.2
-----------------------------------