Files
2024-10-30 22:14:35 +01:00

6 lines
183 B
Python

from sympy.testing.pytest import warns_deprecated_sympy
def test_deprecated_testing_randtest():
with warns_deprecated_sympy():
import sympy.testing.randtest # noqa:F401