🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:39:02 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
lib
/
tests
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/lib/tests
🔄 Refresh
✏️
Editing: test_financial_expired.py
Read Only
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)
💾 Save Changes
❌ Cancel