opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
nose
/
plugins
/
__pycache__
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
__init__.cpython-312.pyc
6.40 KB
Rename
Delete
allmodules.cpython-312.pyc
2.30 KB
Rename
Delete
attrib.cpython-312.pyc
9.89 KB
Rename
Delete
base.cpython-312.pyc
30.22 KB
Rename
Delete
builtin.cpython-312.pyc
1.16 KB
Rename
Delete
capture.cpython-312.pyc
5.10 KB
Rename
Delete
collect.cpython-312.pyc
4.97 KB
Rename
Delete
cover.cpython-312.pyc
13.92 KB
Rename
Delete
debug.cpython-312.pyc
3.08 KB
Rename
Delete
deprecated.cpython-312.pyc
2.11 KB
Rename
Delete
doctests.cpython-312.pyc
21.00 KB
Rename
Delete
errorclass.cpython-312.pyc
9.29 KB
Rename
Delete
failuredetail.cpython-312.pyc
2.27 KB
Rename
Delete
isolate.cpython-312.pyc
5.18 KB
Rename
Delete
logcapture.cpython-312.pyc
12.53 KB
Rename
Delete
manager.cpython-312.pyc
21.72 KB
Rename
Delete
multiprocess.cpython-312.pyc
38.25 KB
Rename
Delete
plugintest.cpython-312.pyc
17.02 KB
Rename
Delete
prof.cpython-312.pyc
6.64 KB
Rename
Delete
skip.cpython-312.pyc
2.46 KB
Rename
Delete
testid.cpython-312.pyc
11.73 KB
Rename
Delete
xunit.cpython-312.pyc
16.28 KB
Rename
Delete
� ��g^ � � � d Z ddlmZmZ ddlmZ G d� de� Z y# e$ r! ddlmZ n# e$ r G d� de� ZY nw xY wY �1w xY w) a^ This plugin installs a SKIP error class for the SkipTest exception. When SkipTest is raised, the exception will be logged in the skipped attribute of the result, 'S' or 'SKIP' (verbose) will be output, and the exception will not be counted as an error or failure. This plugin is enabled by default but may be disabled with the ``--no-skip`` option. � )� ErrorClass�ErrorClassPlugin)�SkipTestc � � e Zd ZdZy)r z<Raise this exception to mark a test as skipped. N)�__name__� __module__�__qualname__�__doc__� � �@/opt/hc_python/lib/python3.12/site-packages/nose/plugins/skip.pyr r s � � �r r c �6 � e Zd ZdZdZ eedd�� Zd� Zd� Z y) �Skipa" Plugin that installs a SKIP error class for the SkipTest exception. When SkipTest is raised, the exception will be logged in the skipped attribute of the result, 'S' or 'SKIP' (verbose) will be output, and the exception will not be counted as an error or failure. T�SKIPF)�label� isfailurec �T � d}|j ddd|j |d� d�� y) z1 Add my options to command line. �NOSE_WITHOUT_SKIPz --no-skip� store_true�noSkipFz0Disable special handling of SkipTest exceptions.)�action�dest�default�helpN)� add_option�get)�self�parser�env�env_opts r �optionszSkip.options+ s5 � � &�����+�l�'�����%�1H� (� � )r c �Z � | j sy|| _ t |dd� }|rd| _ yy)zF Configure plugin. Skip plugin is enabled by default. Nr F)� can_configure�conf�getattr�enabled)r r! r$ �disables r � configurezSkip.configure5 s4 � � �!�!���� ��'�8�U�3��� �D�L� r N) r r r r r&