Ticket #14 (closed task: fixed)

Opened 3 years ago

Last modified 3 years ago

Find out what is better for doctest tests discovery: pydoctor or doctest itself.

Reported by: mk Assigned to: mk
Priority: major Milestone: brie
Component: Documentation index Version: 0.5
Keywords: Cc:

Description

Task for ticket:7.

Change History

06/03/06 15:54:06 changed by mk

  • status changed from new to closed.
  • resolution set to fixed.

Discovering doctests in docstrings belong to another story, inside code quality section. Pydoctor has very good docstring discovery mechanism, but no code for checking if given docstring have doctest embedded. Starting point for making support for this is checking doctest.DocTestFinder? class.