%PDF- %PDF-
Direktori : /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/nose/plugins/ |
Current File : //proc/self/root/opt/alt/python27/lib/python2.7/site-packages/nose/plugins/failuredetail.pyc |
� k�6Sc @ sV d Z d d l m Z d d l m Z m Z d d l m Z d e f d � � YZ d S( s0 This plugin provides assert introspection. When the plugin is enabled and a test failure occurs, the traceback is displayed with extra context around the line in which the exception was raised. Simple variable substitution is also performed in the context output to provide more debugging information. i����( t Plugin( t exc_to_unicodet force_unicode( t inspect_tracebackt FailureDetailc B s/ e Z d Z d Z d � Z d � Z d � Z RS( sP Plugin that provides extra information in tracebacks of test failures. i@ c C s8 | j d d d d d d | j d � d d d d �d S( s'