
    tf                         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d	S )
z/
Tests for handling of trial's --order option.
    )unittestc                   2    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.
    returnNc                     d S N selfs    \/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/twisted/trial/test/ordertests.py
test_firstzFooTest.test_first           c                     d S r   r	   r
   s    r   test_secondzFooTest.test_second   r   r   c                     d S r   r	   r
   s    r   
test_thirdzFooTest.test_third   r   r   c                     d S r   r	   r
   s    r   test_fourthzFooTest.test_fourth   r   r   r   N)__name__
__module____qualname____doc__r   r   r   r   r	   r   r   r   r      sn                       r   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.
    r   Nc                     d S r   r	   r
   s    r   test_bazzBazTest.test_baz$   r   r   r   )r   r   r   r   r   r	   r   r   r   r      2         
     r   r   c                       e Zd ZdZddZdS )BarTestr   r   Nc                     d S 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'      s   
  # " " " " "    h   $    h       h     r   