About Anaconda Help Download Anaconda

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

copied from cf-staging / xdoctest

Installers

Info: This package contains files in non-standard labels.
  • noarch v1.2.0

conda install

To install this package run one of the following:
conda install conda-forge::xdoctest
conda install conda-forge/label/cf202003::xdoctest

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy