o
    >h                     @   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                   @   s8   e Zd ZdZdddZdddZddd	Zdd
dZdS )FooTestzK
    Used to make assertions about the order its tests will be run in.
    returnNc                 C      d S N selfr   r   }/var/www/vedio/testing/chatpythonscript.ninositsolution.com/env/lib/python3.10/site-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_fourthr   N)__name__
__module____qualname____doc__r   r   r   r   r   r   r   r
   r      s    


r   c                   @      e Zd ZdZdddZdS )BazTest_
    Used to make assertions about the order the test cases in this module are
    run in.
    r   Nc                 C   r   r   r   r   r   r   r
   test_baz$   r   zBazTest.test_bazr   )r   r   r   r   r   r   r   r   r
   r          r   c                   @   r   )BarTestr   r   Nc                 C   r   r   r   r   r   r   r
   test_bar.   r   zBarTest.test_barr   )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
   
