9c6594c
1
2
3
4
5
6
7
8
9
10
11
"""This module contains code for running the tests in SymPy.""" from .runtests import doctest from .runtests_pytest import test __all__ = [ 'test', 'doctest', ]