Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
nose
/
File Content:
result.pyo
� (�SSc @ s� d Z d d l Z y d d l m Z Wn! e k rI d d l m Z n Xd d l m Z d d l m Z m Z e j d � Z d � Z d e f d � � YZ d � Z d S( s� Test Result ----------- Provides a TextTestResult that extends unittest's _TextTestResult to provide support for error classes (such as the builtin skip and deprecated classes), and hooks for plugins to take over or extend reporting. i����N( t _TextTestResult( t Config( t isclasst lns nose.resultc C s* y t | � SWn d t | � j SXd S( Ns <unprintable %s object>( t strt typet __name__( t exc( ( s<