File: //lib/python3/dist-packages/twisted/trial/test/__pycache__/ordertests.cpython-38.pyc
U
W[c � @ sJ d Z ddlmZ G dd� dej�ZG dd� dej�ZG dd� dej�Zd S )
z/
Tests for handling of trial's --order option.
� )�unittestc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
S )�FooTestzK
Used to make assertions about the order its tests will be run in.
c C s d S �N� ��selfr r �?/usr/lib/python3/dist-packages/twisted/trial/test/ordertests.py�
test_first s zFooTest.test_firstc C s d S r r r r r r �test_second s zFooTest.test_secondc C s d S r r r r r r �
test_third s zFooTest.test_thirdc C s d S r r r r r r �test_fourth s zFooTest.test_fourthN)�__name__�
__module__�__qualname__�__doc__r r
r r r r r r r s
r c @ s e Zd ZdZdd� ZdS )�BazTest�_
Used to make assertions about the order the test cases in this module are
run in.
c C s d S r r r r r r �test_baz'