bobber6467 / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

XUnit output does not work with ErrorClass plugin's #473

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The ErrorClassPlugin class provides a base class for customised handling of 
exception types. However, the XUnit plugin does not recognise these customised 
types.

Ideally, the XUnit plugin would be able to categorise customised errors as 
error/failure/skip/pass.

Original issue reported on code.google.com by gazi...@gmail.com on 29 Nov 2011 at 12:45

GoogleCodeExporter commented 8 years ago
NB: I will work on a patch.

Original comment by gazi...@gmail.com on 29 Nov 2011 at 12:46

GoogleCodeExporter commented 8 years ago
I have a patch in my cloned repository, at:
http://code.google.com/r/gazimon-nose/source/list?name=issue-473

Original comment by gazi...@gmail.com on 30 Nov 2011 at 1:55