Your IP : 216.73.216.85


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

o

0�i�@sNdZdd�Zdd�Zdd�Zdd�Zd	Zd
d�Zdd
�Zddd�Zdd�Z	dS)aThis is a sample module that doesn't really test anything all that
   interesting.

It simply has a few tests, some of which succeed and some of which fail.

It's important that the numbers remain constant as another test is
testing the running of these tests.


>>> 2+2
4
cC�dS)z+

    >>> 2+2
    5

    >>> 2+2
    4
    N�rrr�:/opt/alt/python310/lib64/python3.10/test/sample_doctest.py�foo�rcCr)z

    >>> 2+2
    4
    Nrrrrr�barrrcCr)zU

    >>> import test.test_doctest
    >>> test.test_doctest.sillySetup
    True
    Nrrrrr�test_silly_setup rrcCr)zn
    >>> if 1:
    ...    print('a')
    ...    print()
    ...    print('b')
    a
    <BLANKLINE>
    b
    Nrrrrr�w_blank(rr�cCr)z
    >>> x
    1
    Nrrrrr�x_is_one4rr
cCr)z
    >>> y
    1
    Nrrrrr�y_is_one:rrzG
                    >>> 42
                    42
                    zH
                    >>> 42
                    666
                    )ZgoodZbadcCsddl}|��S)N�)�doctestZDocTestSuite)r
rrr�
test_suiteJsrN)
�__doc__rrrr�xr
rZ__test__rrrrr�<module>s
�