xdoctest1.3.0
xdoctest1.3.0
Published
A rewrite of the builtin doctest module
pip install xdoctest
Package Downloads
Authors
Project URLs
Requires Python
>=3.8
Dependencies
pytest>=6.2.5; python_version >= '3.10.0'pytest>=4.6.0; python_version < '3.10.0' and python_version >= '3.7.0'pytest-cov>=3.0.0Pygments>=2.15.1colorama>=0.4.1; platform_system == 'Windows'nbconvert>=6.1.0; python_version >= '3.7.0' and platform_python_implementation != 'PyPy'jinja2>=3.0.0; platform_python_implementation != 'PyPy'jupyter_client>=7.0.0IPython>=7.23.1ipykernel>=6.11.0; python_version < '4.0' and python_version >= '3.12' and (platform_system != 'Windows' or platform_python_implementation != 'PyPy')ipykernel>=6.0.0; python_version < '3.12' and python_version >= '3.7' and (platform_system != 'Windows' or platform_python_implementation != 'PyPy')debugpy>=1.6.0; python_version >= '3.10'debugpy>=1.3.0; python_version < '3.10' and python_version >= '3.9'debugpy>=1.0.0; python_version < '3.9' and python_version >= '3.8'ipython_genutils>=0.2.0; platform_python_implementation != 'PyPy'jedi>=0.16attrs>=19.2.0jupyter_core>=4.7.0pyflakes>=2.2.0tomli>=0.2.0; python_version < '3.11.0' and python_version >= '3.6'