ห
    oj  ใ                   ๓    d Z ddlmZ  G d dej                  ซ      Z G d dej                  ซ      Z G d dej                  ซ      Zy	)
z/
Tests for handling of trial's --order option.
้    )ฺunittestc                   ๓0    e Zd ZdZddZddZddZddZy)ฺFooTestzK
    Used to make assertions about the order its tests will be run in.
    Nc                  ๓    y ฉNฉ ฉฺselfs    ๚?/usr/lib/python3/dist-packages/twisted/trial/test/ordertests.pyฺ
test_firstzFooTest.test_first   ๓    ุ๓    c                  ๓    y r   r   r	   s    r   ฺtest_secondzFooTest.test_second   r   r   c                  ๓    y r   r   r	   s    r   ฺ
test_thirdzFooTest.test_third   r   r   c                  ๓    y r   r   r	   s    r   ฺtest_fourthzFooTest.test_fourth   r   r   ฉฺreturnN)ฺ__name__ฺ
__module__ฺ__qualname__ฺ__doc__r   r   r   r   r   r   r   r   r      s    ๑๓๓๓๔r   r   c                   ๓    e Zd ZdZddZy)ฺBazTest๚_
    Used to make assertions about the order the test cases in this module are
    run in.
    Nc                  ๓    y r   r   r	   s    r   ฺtest_bazzBazTest.test_baz$   r   r   r   )r   r   r   r   r   r   r   r   r   r      ๓    ๑๔
r   r   c                   ๓    e Zd ZdZddZy)ฺBarTestr   Nc                  ๓    y r   r   r	   s    r   ฺtest_barzBarTest.test_bar.   r   r   r   )r   r   r   r   r$   r   r   r   r"   r"   (   r    r   r"   N)r   ฺtwisted.trialr   ฺTestCaser   r   r"   r   r   r   ๚<module>r'      sE   ๐๑
๕ #๔hืั๔ ๔$hืั๔ ๔hืั๕ r   