python (3.11.7)
    e-                         d dl Z d dlZd dlZd dlmZmZ  G d de j                  Zedk    r e j	                     dS dS )    N)sentinelDEFAULTc                   2    e Zd Zd Zd Zd Zd Zd Zd ZdS )SentinelTestc                     |                      t          j        t          j        d           |                     t          j        t          j        d           d S )Nzsentinel not storedzsentinel should be unique)assertEqualr   whateverassertNotEqualwhateverelseselfs    W/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/unittest/test/testmock/testsentinel.py
testSentinelszSentinelTest.testSentinels	   sV    *H,=.	0 	0 	0H-x/D7	9 	9 	9 	9 	9    c                 b    |                      t          t          j                  dd           d S )Nzsentinel.whateverzsentinel name incorrect)r   strr   r	   r   s    r   testSentinelNamezSentinelTest.testSentinelName   s7    X.//1D2	4 	4 	4 	4 	4r   c                 P    |                      t          t          j                   d S N)assertIsr   r   r   s    r   testDEFAULTzSentinelTest.testDEFAULT   s    
gx/00000r   c                 >