
    Vh                         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    M/home/dcms/DCMS/lib/python3.12/site-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   