• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zopefoundation / zope.testrunner / 28665174719
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: fix-python-3.15-doctest-subtests
DEFAULT BRANCH: master
Ran 03 Jul 2026 01:57PM UTC
Jobs 1
Files 41
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Jul 2026 01:56PM UTC coverage: 84.516% (-0.3%) from 84.803%
28665174719

push

github

icemac
Fix doctest failure reporting on Python 3.15

Python 3.15 changed doctest.DocTestCase to report each example as a
separate subtest (python/cpython#108885).  The subtest reports happen
while doctest has sys.stdout redirected to its internal buffer, so
zope.testrunner's immediate failure output was swallowed by that buffer
and corrupted the output of the following examples.

Restore the pre-3.15 behavior of raising a single failure for the whole
doctest after sys.stdout has been restored.

Also allow for the new 'Did you mean' suggestion in ModuleNotFoundError
messages on Python 3.15 and revert the report file count workaround
from #205 which is no longer needed.

717 of 944 branches covered (75.95%)

Branch coverage included in aggregate %.

4 of 16 new or added lines in 2 files covered. (25.0%)

2940 of 3383 relevant lines covered (86.91%)

0.87 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
74.6
-23.12% src/zope/testrunner/_doctest.py
Jobs
ID Job ID Ran Files Coverage
1 28665174719.1 03 Jul 2026 01:57PM UTC 41
84.52
GitHub Action Run
Source Files on build 28665174719
  • Tree
  • List 41
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 039dce58 on github
  • Prev Build on master (#24330473461)
  • Next Build on fix-python-3.15-doctest-subtests (#28665262539)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc