Your IP : 216.73.216.196


Current Path : /opt/alt/python310/lib64/python3.10/test/__pycache__/
Upload File :
Current File : //opt/alt/python310/lib64/python3.10/test/__pycache__/test_secrets.cpython-310.pyc

o

0�i�@sjdZddlZddlZddlZGdd�dej�ZGdd�dej�ZGdd�dej�Zed	kr3e�	�dSdS)
z�Test the secrets module.

As most of the functions in secrets are thin wrappers around functions
defined elsewhere, we don't need to test them exhaustively.
�Nc@�0eZdZdZdd�Zdd�Zdd�Zdd	�Zd
S)�Compare_Digest_Testsz%Test secrets.compare_digest function.c	CsNdD]"}|d}|d}|�t�||��|�t�|�d�|�d���qdS)N)�aZbcdZxyz123�d�utf-8)�
assertTrue�secrets�compare_digest�encode��self�sr�b�r�8/opt/alt/python310/lib64/python3.10/test/test_secrets.py�
test_equals �zCompare_Digest_Tests.test_equalc	Csz|�t�dd��|�t�dd��dD]&}|dd}|dd}|�t�||��|�t�|�d	�|�d	���qdS)
N�abcZabcdsabcsabcd)�xZmnZa1b2c3r�q�kr)ZassertFalserr	r
rrrr�test_unequals �z!Compare_Digest_Tests.test_unequalcCsRd}|�d�}t|t�sJ�t|t�sJ�|�ttj||�|�ttj||�dS)NZabcder)r
�
isinstance�str�bytes�assertRaises�	TypeErrorrr	)rrrrrr�test_bad_types$s
z#Compare_Digest_Tests.test_bad_typescCs,|�t�dd�t�|�t�dd�t�dS)NrZxyz)�assertIsInstancerr	�bool)rrrr�	test_bool-szCompare_Digest_Tests.test_boolN)�__name__�
__module__�__qualname__�__doc__rrrrrrrrrs
	rc@s(eZdZdZdd�Zdd�Zdd�ZdS)	�Random_Testsz*Test wrappers around SystemRandom methods.cCsVd}dD]$}td�D]}t�|�}|�d|kod|kn|||f�q
qdS)Nzrandbits(%d) returned %d)����r�)�rangerZrandbitsr)r�errmsgZnumbits�i�nrrr�
test_randbits6s
.��zRandom_Tests.test_randbitscCs.gd�}td�D]}|�t�|�|v�qdS)N)�r)���� �@�
)r*rrZchoice)r�itemsr,rrr�test_choice>s�zRandom_Tests.test_choicecCsJtdd�D]
}|�t�|�t|��q|�ttjd�|�ttjd�dS)Nr)r5r���)r*ZassertInrZ	randbelowr�
ValueError)rr,rrr�test_randbelowDszRandom_Tests.test_randbelowN)r r!r"r#r.r7r:rrrrr$3s
r$c@r)�Token_TestszTest token functions.c
Cs�tjtjtjfD]H}|j|d��8|j}z|�Wnty)|�d|�Ynwz|d�Wnty@|�d|�YnwWd�n1sKwYqtj}|�	t
t�d��|�|�	t
t�d��d|�dS)N)�funcz$%s cannot be called with no argumentz%s cannot be called with Noner))r�token_bytes�	token_hex�
token_urlsafe�subTestr rZfailZDEFAULT_ENTROPY�assertEqual�len)rr<�name�sizerrr�test_token_defaultsOs*�
�����
zToken_Tests.test_token_defaultsc	CsbdD],}|j|d��|�t�|�t�|�tt�|��|�Wd�n1s)wYqdS)N)r/r1�r�r-)r@rrr=rrArB)rr-rrr�test_token_bytesas���zToken_Tests.test_token_bytesc	Cs|dD]9}|j|d��)t�|�}|�|t�|�t|�d|�|�tdd�|D���Wd�n1s6wYqdS)N)r/r&��ZrGr)css�|]}|tjvVqdS�N)�stringZ	hexdigits��.0�crrr�	<genexpr>os�z-Token_Tests.test_token_hex.<locals>.<genexpr>)	r@rr>rrrArBr�all�rr-r
rrr�test_token_hexhs
���zToken_Tests.test_token_hexc	s|tjtjd�dD]1}|j|d��!t�|�}|�|t�|�t	�fdd�|D���Wd�n1s6wYq
dS)Nz-_)r/���LrGc3s�|]}|�vVqdSrKrrM�ZlegalrrrPxs�z1Token_Tests.test_token_urlsafe.<locals>.<genexpr>)
rLZ
ascii_lettersZdigitsr@rr?rrrrQrRrrWr�test_token_urlsafeqs
���zToken_Tests.test_token_urlsafeN)r r!r"r#rErHrSrXrrrrr;Ls	r;�__main__)
r#rZunittestrLZTestCaserr$r;r �mainrrrr�<module>s$/�