File: //lib/python3/dist-packages/twisted/trial/test/__pycache__/test_skip.cpython-310.pyc
o
�b[
� @ s� d Z ddlmZ ddlmZ edd�G dd� de��Zedd�G d d
� d
e��ZG dd� de�ZG d
d� de�ZG dd� de�Z dS )z!
Tests for L{twisted.trial.util}
� )�skipIf)�TestCaseTz.Skip all tests when @skipIf is used on a classc @ � e Zd ZdZdd� Zdd� ZdS )�SkipDecoratorUsedOnClasszZ
All tests should be skipped because @skipIf decorator is used on
this class.
c C � t d���Nz%Test should skip and never reach here�� Exception��self� r �>/usr/lib/python3/dist-packages/twisted/trial/test/test_skip.py�test_shouldNeverRun_1 � z.SkipDecoratorUsedOnClass.test_shouldNeverRun_1c C r r r r
r r r
�test_shouldNeverRun_2 r z.SkipDecoratorUsedOnClass.test_shouldNeverRun_2N��__name__�
__module__�__qualname__�__doc__r r r r r r
r � r � c @ r )�'SkipDecoratorUsedOnClassWithEmptyReasonz�
All tests should be skipped because @skipIf decorator is used on
this class, even if the reason is an empty string
c C r r r r
r r r
r # r z=SkipDecoratorUsedOnClassWithEmptyReason.test_shouldNeverRun_1c C r r r r
r r r
r &