File size: 169 Bytes
6a86ad5
 
 
 
 
 
 
 
 
 
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',
]