jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
169 Bytes
"""This module contains code for running the tests in SymPy."""
from .runtests import doctest
from .runtests_pytest import test
__all__ = [
'test', 'doctest',
]