%PDF- %PDF-
| Direktori : /lib/python3/dist-packages/sympy/testing/ |
| Current File : //lib/python3/dist-packages/sympy/testing/__init__.py |
"""This module contains code for running the tests in SymPy.
"""
from .runtests import test, doctest
__all__ = [
'test', 'doctest',
]