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:
parent
ddc67ca13a
commit
50abe43216
1
AUTHORS
1
AUTHORS
|
@ -38,3 +38,4 @@ Anthon van der Neut
|
|||
Mark Abramowitz
|
||||
Piotr Banaszkiewicz
|
||||
Jurko Gospodnetić
|
||||
Marc Schlaich
|
||||
|
|
|
@ -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
|
||||
-----------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue