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.opt-1.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_unequalcCs6d}|�d�}|�ttj||�|�ttj||�dS)NZabcder)r
�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&r2r���)r'ZassertInrZ	randbelowr�
ValueError)rr)rrr�test_randbelowDszRandom_Tests.test_randbelowN)rrrr r+r4r7rrrrr!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�subTestrrZfailZDEFAULT_ENTROPY�assertEqual�len)rr9�name�sizerrr�test_token_defaultsOs*�
�����
zToken_Tests.test_token_defaultsc	CsbdD],}|j|d��|�t�|�t�|�tt�|��|�Wd�n1s)wYqdS)N)r,r.�r�r*)r=rrr:�bytesr>r?)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#��ZrDr&css�|]}|tjvVqdS�N)�stringZ	hexdigits��.0�crrr�	<genexpr>os�z-Token_Tests.test_token_hex.<locals>.<genexpr>)	r=rr;r�strr>r?r�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,���LrDc3s�|]}|�vVqdSrIrrK�ZlegalrrrNxs�z1Token_Tests.test_token_urlsafe.<locals>.<genexpr>)
rJZ
ascii_lettersZdigitsr=rr<rrOrrPrQrrVr�test_token_urlsafeqs
���zToken_Tests.test_token_urlsafeN)rrrr rBrFrRrWrrrrr8Ls	r8�__main__)
r rZunittestrJZTestCaserr!r8r�mainrrrr�<module>s$/�