Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/numpy/testing/tests/__pycache__/ |
Upload File : |
o 6��aC � @ sn d Z dd� Zdd� Zdd� Zdd� Zd d � Zedkr5dd lZddlm Z de dgZejj ee � gd� d S d S )z9 Doctests for NumPy-specific nose/doctest modifications c C � dS )zY >>> 2+2 <BadExample object at 0x084D05AC> #random: may vary on your system N� r r r �E/usr/lib/python3/dist-packages/numpy/testing/tests/test_doctesting.py�check_random_directive � r c C r )z4 >>> np.array([1,2,3]) array([1, 2, 3]) Nr r r r r �check_implicit_np r r c C r )zf # whitespace after the 3 >>> 1+2 3 # whitespace before the 7 >>> 3+4 7 Nr r r r r �check_whitespace_enabled r r c C r )a Check that no output does not cause an error. This is related to nose bug 445; the numpy plugin changed the doctest-result-variable default and therefore hit this bug: http://code.google.com/p/python-nose/issues/detail?id=445 >>> a = 10 Nr r r r r �check_empty_output! r r c C r )zZ Check skip directive The test below should not run >>> 1/0 #doctest: +SKIP Nr r r r r � check_skip+ r r �__main__� N)�NumpyDoctest� z--with-numpydoctest)�argv� addplugins)�__doc__r r r r r �__name__�nose�numpy.testing.noseclassesr �__file__r �core�TestProgramr r r r �<module> s �