CMD + K

xdoctest

Community

A rewrite of Python's builtin doctest module without all the weirdness (with pytest plugin integration)

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::xdoctest

Usage Tracking

1.3.0
1.2.0
1.1.6
1.1.5
1.1.4
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

The xdoctest package is a re-write of Python's builtin doctest module. It replaces the old regex-based parser with a new abstract-syntax-tree based parser (using Python's ast module). The goal is to make doctests easier to write, simpler to configure, and encourage the pattern of test driven development.

About

Summary

A rewrite of Python's builtin doctest module without all the weirdness (with pytest plugin integration)

Last Updated

Nov 21, 2025 at 19:22

License

Apache-2.0

Total Downloads

268.7K

Supported Platforms

noarch