|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt-old/python27/lib/python2.7/site-packages/nose/plugins/ |
Upload File : |
�
�~RSc @ sL d Z d d l m Z m Z d e f d � � YZ d e f d � � YZ d S( s�
This plugin installs a DEPRECATED error class for the :class:`DeprecatedTest`
exception. When :class:`DeprecatedTest` is raised, the exception will be logged
in the deprecated attribute of the result, ``D`` or ``DEPRECATED`` (verbose)
will be output, and the exception will not be counted as an error or failure.
It is enabled by default, but can be turned off by using ``--no-deprecated``.
i����( t
ErrorClasst ErrorClassPlugint DeprecatedTestc B s e Z d Z RS( s7 Raise this exception to mark a test as deprecated.
( t __name__t
__module__t __doc__( ( ( sH /opt/alt/python27/lib/python2.7/site-packages/nose/plugins/deprecated.pyR s t
Deprecatedc B s>