Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/sympy/testing/__init__.py

"""This module contains code for running the tests in SymPy.
"""
from .runtests import test, doctest

__all__ = [
    'test', 'doctest',
]
Back to Directory File Manager