Traktor/myenv/Lib/site-packages/sympy/testing/__init__.py

8 lines
139 B
Python
Raw Normal View History

2024-05-26 05:12:46 +02:00
"""This module contains code for running the tests in SymPy.
"""
from .runtests import test, doctest
__all__ = [
'test', 'doctest',
]