AlkantarClanX12

Your IP : 52.14.252.16


Current Path : /proc/self/root/opt/alt/python35/lib64/python3.5/unittest/__pycache__/
Upload File :
Current File : //proc/self/root/opt/alt/python35/lib64/python3.5/unittest/__pycache__/runner.cpython-35.pyc



��YfF�@s�dZddlZddlZddlZddlmZddlmZdZGdd�de	�Z
Gd	d
�d
ej�ZGdd�de	�Z
dS)
z
Running tests�N�)�result)�registerResultTc@s=eZdZdZdd�Zdd�Zddd�ZdS)	�_WritelnDecoratorz@Used to decorate file-like objects with a handy 'writeln' methodcCs
||_dS)N)�stream)�selfr�r�4/opt/alt/python35/lib64/python3.5/unittest/runner.py�__init__sz_WritelnDecorator.__init__cCs(|dkrt|��t|j|�S)Nr�__getstate__)rr)�AttributeError�getattrr)r�attrrrr	�__getattr__sz_WritelnDecorator.__getattr__NcCs$|r|j|�|jd�dS)N�
)�write)r�argrrr	�writelns
z_WritelnDecorator.writeln)�__name__�
__module__�__qualname__�__doc__r
rrrrrr	r
srcs�eZdZdZddZddZ�fdd�Zdd�Z�fd	d
�Z�fdd�Z	�fd
d�Z
�fdd�Z�fdd�Z�fdd�Z
�fdd�Zdd�Zdd�Z�S)�TextTestResultzhA test result class that can print formatted text results to a stream.

    Used by TextTestRunner.
    �=�F�-csPtt|�j|||�||_|dk|_|dk|_||_dS)Nr)�superrr
r�showAll�dots�descriptions)rrr�	verbosity)�	__class__rr	r
%s
	zTextTestResult.__init__cCsB|j�}|jr4|r4djt|�|f�St|�SdS)Nr)ZshortDescriptionr�join�str)r�testZdoc_first_linerrr	�getDescription,szTextTestResult.getDescriptioncsYtt|�j|�|jrU|jj|j|��|jjd�|jj�dS)Nz ... )rr�	startTestrrrr%�flush)rr$)r!rr	r&3s
	zTextTestResult.startTestcs\tt|�j|�|jr2|jjd�n&|jrX|jjd�|jj�dS)N�ok�.)	rr�
addSuccessrrrrrr')rr$)r!rr	r*:s		zTextTestResult.addSuccesscs_tt|�j||�|jr5|jjd�n&|jr[|jjd�|jj�dS)N�ERROR�E)	rr�addErrorrrrrrr')rr$�err)r!rr	r-Bs		zTextTestResult.addErrorcs_tt|�j||�|jr5|jjd�n&|jr[|jjd�|jj�dS)N�FAIL�F)	rr�
addFailurerrrrrr')rr$r.)r!rr	r1Js		zTextTestResult.addFailurecshtt|�j||�|jr>|jjdj|��n&|jrd|jjd�|jj	�dS)Nz
skipped {0!r}�s)
rr�addSkiprrr�formatrrr')rr$�reason)r!rr	r3Rs		zTextTestResult.addSkipcs_tt|�j||�|jr5|jjd�n&|jr[|jjd�|jj�dS)Nzexpected failure�x)	rr�addExpectedFailurerrrrrr')rr$r.)r!rr	r7Zs		z!TextTestResult.addExpectedFailurecs\tt|�j|�|jr2|jjd�n&|jrX|jjd�|jj�dS)Nzunexpected success�u)	rr�addUnexpectedSuccessrrrrrr')rr$)r!rr	r9bs		z#TextTestResult.addUnexpectedSuccesscCsI|js|jr|jj�|jd|j�|jd|j�dS)Nr+r/)rrrr�printErrorList�errors�failures)rrrr	�printErrorsjs
zTextTestResult.printErrorscCsxxq|D]i\}}|jj|j�|jjd||j|�f�|jj|j�|jjd|�qWdS)Nz%s: %sz%s)rr�
separator1r%�
separator2)rZflavourr;r$r.rrr	r:ps
#zTextTestResult.printErrorList)rrrrr>r?r
r%r&r*r-r1r3r7r9r=r:rr)r!r	rs

rc@s[eZdZdZeZddddddddddd�Zd	d
�Zdd�ZdS)
�TextTestRunnerz�A test runner class that displays results in textual form.

    It prints out the names of tests as they are run, errors as they
    occur, and a summary of the results at the end of the test run.
    NTrF�	tb_localsc	Css|dkrtj}t|�|_||_||_||_||_||_||_	|dk	ro||_
dS)z�Construct a TextTestRunner.

        Subclasses should accept **kwargs to ensure compatibility as the
        interface changes.
        N)�sys�stderrrrrr �failfast�bufferrA�warnings�resultclass)	rrrr rDrErGrFrArrr	r
�s							zTextTestRunner.__init__cCs|j|j|j|j�S)N)rGrrr )rrrr	�_makeResult�szTextTestRunner._makeResultcCs�|j�}t|�|j|_|j|_|j|_tj���|jr�tj|j�|jdkr�tjddt	dd�t
j
�}t|dd�}|dk	r�|�z||�Wdt|d	d�}|dk	r�|�Xt
j
�}WdQRX||}|j�t
|d
�r9|jj|j�|j}|jjd||dkrcd
pfd|f�|jj�d}	}
}y%tt|j|j|jf�}Wntk
r�YnX|\}	}
}g}
|j�sG|jjd�t|j�t|j�}}|r-|
jd|�|rW|
jd|�n|jjd�|rn|
jd|�|	r�|
jd|	�|
r�|
jd|
�|
r�|jjddj|
�f�n|jjd�|S)z&Run the given test case or test suite.�default�always�module�category�messagezPlease use assert\w+ instead.�startTestRunN�stopTestRunr?zRan %d test%s in %.3fsrr2�rZFAILEDzfailures=%dz	errors=%dZOKz
skipped=%dzexpected failures=%dzunexpected successes=%dz (%s)z, r)rIrJ)rHrrDrErArF�catch_warnings�simplefilter�filterwarnings�DeprecationWarning�timer
r=�hasattrrrr?ZtestsRun�map�lenZexpectedFailures�unexpectedSuccesses�skippedrZ
wasSuccessfulrr<r;�appendr")rr$rZ	startTimerNrOZstopTimeZ	timeTaken�runZ
expectedFailsrYrZZresultsZinfosZfailedZerroredrrr	r\�sr

	

	#

#zTextTestRunner.run)	rrrrrrGr
rHr\rrrr	r@xs	r@)rrBrUrFrPrZsignalsrZ
__unittest�objectrZ
TestResultrr@rrrr	�<module>s[