Kano001's picture
Upload 3077 files
6a86ad5 verified
raw
history blame
183 Bytes
from sympy.testing.pytest import warns_deprecated_sympy
def test_deprecated_testing_randtest():
with warns_deprecated_sympy():
import sympy.testing.randtest # noqa:F401