o
    ¯b`  ã                   @   sJ   d Z ddlmZ G dd„ dejƒZG dd„ dejƒZG dd„ dejƒZd	S )
z/
Tests for handling of trial's --order option.
é    )Úunittestc                   @   s0   e Zd ZdZdd„ Zdd„ Zdd„ Zdd	„ Zd
S )ÚFooTestzK
    Used to make assertions about the order its tests will be run in.
    c                 C   ó   d S ©N© ©Úselfr   r   ú?/usr/lib/python3/dist-packages/twisted/trial/test/ordertests.pyÚ
test_first   ó   zFooTest.test_firstc                 C   r   r   r   r   r   r   r	   Útest_second   r   zFooTest.test_secondc                 C   r   r   r   r   r   r   r	   Ú
test_third   r   zFooTest.test_thirdc                 C   r   r   r   r   r   r   r	   Útest_fourth   r   zFooTest.test_fourthN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r
   r   r   r   r   r   r   r	   r      s    r   c                   @   ó   e Zd ZdZdd„ ZdS )ÚBazTestú_
    Used to make assertions about the order the test cases in this module are
    run in.
    c                 C   r   r   r   r   r   r   r	   Útest_baz$   r   zBazTest.test_bazN)r   r   r   r   r   r   r   r   r	   r      ó    r   c                   @   r   )ÚBarTestr   c                 C   r   r   r   r   r   r   r	   Útest_bar.   r   zBarTest.test_barN)r   r   r   r   r   r   r   r   r	   r   (   r   r   N)r   Útwisted.trialr   ÚTestCaser   r   r   r   r   r   r	   Ú<module>   s
   
