The test count is very large and sometimes inaccurate

Registered by Laurence Rowe

[115673] Python's doctest module counts each doctest file as a single test. Zope's doctest counts each '>>>' line as a single test. Manuel has a concept of testcase sections, so it would seem logical to for each testcase section to count as a test, as setUp and tearDown is run only once for each section. That seems difficult to achieve though, so this change just groups contiguous doctest lines into a single test.
[115674] The test count included every parsed region in the document, for anything other than doctests this seems misleading.

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
Laurence Rowe
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.