%PDF- %PDF-
| Direktori : /proc/self/root/usr/lib/python3/dist-packages/sympy/testing/ |
| Current File : //proc/self/root/usr/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',
]