X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/lib/tests
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
lib
/
tests
/
ðŸ“
..
📄
__init__.py
(0 B)
ðŸ“
__pycache__
ðŸ“
data
📄
test__datasource.py
(10.32 KB)
📄
test__iotools.py
(13.42 KB)
📄
test__version.py
(1.95 KB)
📄
test_arraypad.py
(53.54 KB)
📄
test_arraysetops.py
(35.07 KB)
📄
test_arrayterator.py
(1.26 KB)
📄
test_financial_expired.py
(247 B)
📄
test_format.py
(40 KB)
📄
test_function_base.py
(154.03 KB)
📄
test_histograms.py
(31.69 KB)
📄
test_index_tricks.py
(19.78 KB)
📄
test_io.py
(105.36 KB)
📄
test_loadtxt.py
(37.66 KB)
📄
test_mixins.py
(6.87 KB)
📄
test_nanfunctions.py
(46.49 KB)
📄
test_packbits.py
(17.13 KB)
📄
test_polynomial.py
(11.13 KB)
📄
test_recfunctions.py
(42.97 KB)
📄
test_regression.py
(8.06 KB)
📄
test_shape_base.py
(26.19 KB)
📄
test_stride_tricks.py
(22.31 KB)
📄
test_twodim_base.py
(18.4 KB)
📄
test_type_check.py
(14.76 KB)
📄
test_ufunclike.py
(2.91 KB)
📄
test_utils.py
(6.07 KB)
Editing: test_financial_expired.py
import sys import pytest import numpy as np def test_financial_expired(): match = 'NEP 32' with pytest.warns(DeprecationWarning, match=match): func = np.fv with pytest.raises(RuntimeError, match=match): func(1, 2, 3)
Upload File
Create Folder