File "suite.cpython-36.opt-1.pyc"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/python36/lib64/python3.6/unittest/__pycache__/suite.cpython-36.opt-1.pyc
File size: 8.97 KB
MIME-type: text/x-bytecode.python
Charset: 8 bit
3
f( @ s| d Z ddlZddlmZ ddlmZ dZdd ZG d d
d
eZG dd d eZ G dd
d
eZ
dd ZG dd deZdS ) TestSuite N )case)utilTc C s t | |dd }| d S )Nc S s d S )N r r r 3/opt/alt/python36/lib64/python3.6/unittest/suite.py<lambda> s z!_call_if_exists.<locals>.<lambda>)getattr)parentattrfuncr r r _call_if_exists s r
c @ sp e Zd ZdZdZf fddZdd Zdd Zd d
Zdd Z d
d Z
dd Zdd Zdd Z
dd Zdd ZdS )
BaseTestSuitezNA simple test suite that doesn't provide class or module shared fixtures.
Tc C s g | _ d| _| j| d S )Nr )_tests_removed_testsaddTests)selftestsr r r __init__ s zBaseTestSuite.__init__c C s dt j| jt| f S )Nz
<%s tests=%s>)r strclass __class__list)r r r r __repr__ s zBaseTestSuite.__repr__c C s t || jstS t| t|kS )N)
isinstancer NotImplementedr )r otherr r r __eq__ s zBaseTestSuite.__eq__c C s
t | jS )N)iterr )r r r r __iter__"