Kano001's picture
Upload 3077 files
6a86ad5 verified
raw
history blame
169 Bytes
"""This module contains code for running the tests in SymPy."""
from .runtests import doctest
from .runtests_pytest import test
__all__ = [
'test', 'doctest',
]