test_deprecated.py 183 B

12345
  1. from sympy.testing.pytest import warns_deprecated_sympy
  2. def test_deprecated_testing_randtest():
  3. with warns_deprecated_sympy():
  4. import sympy.testing.randtest # noqa:F401