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

zopefoundation / zope.testrunner
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: release-74
DEFAULT BRANCH: master
Repo Added 13 Nov 2017 12:28PM UTC
Files 41
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

LAST BUILD ON BRANCH py312-skipped-tests
branch: py312-skipped-tests
CHANGE BRANCH
x
Reset
  • py312-skipped-tests
  • 4.9
  • 4.9.1
  • 4.9.2
  • 5.0
  • 5.1
  • 5.1+lp1
  • 5.1+lp2
  • 5.2
  • 5.4.0
  • 5.5
  • 5.5.1
  • 5.6
  • 6.0
  • 6.1
  • 6.2
  • 6.2.1
  • 6.3
  • 6.3.1
  • 6.4
  • 6.5
  • 6.6
  • 6.6.1
  • 6.7
  • 7.0
  • 7.1
  • 7.2
  • 7.3
  • Python3.7support
  • config-with-pure-python
  • config-with-pure-python-template-01709f34
  • config-with-pure-python-template-1036affa
  • config-with-pure-python-template-210c1a0c
  • config-with-pure-python-template-2c2c5ad0
  • config-with-pure-python-template-5e0087f7
  • config-with-pure-python-template-6f8d8c51
  • config-with-pure-python-template-82ed9fd9
  • config-with-pure-python-template-b21fbbf2
  • config-with-pure-python-template-d3455844
  • coverage
  • coverage_eggsupport
  • dataflake/add-py313-subunit-tests
  • dataflake/pkg_resources_fix
  • dataflake/py313_compatibility
  • dataflake/version_exit
  • do_not_disable_existing_loggers#120
  • docs
  • drop-pkg-resources-usage
  • drop-py33-appveyor
  • drop-py34
  • fix-163
  • fix-tb-format
  • fix-tb-format-roto
  • fix-tests
  • fix_at_level#138
  • ftest-unsupported
  • gc-after-test#131
  • handle-tb-formatting-error
  • implicit-namespaces
  • improve_package-path-help#121
  • issue61
  • issue63
  • issue80
  • license-is-not-rst
  • logconfig_via_envvar
  • master
  • maurits-auto-path
  • merge-collective.xmltestreport
  • new_threads#130
  • perrinjerome/fix/expectedFailures
  • py313_subunit_tests
  • py313_test_failures
  • py38
  • re-188-only-level
  • release-74
  • remove-eggsupport
  • roto-py37
  • roto-py37-ale
  • setuptools-fossils
  • setuptools-fossils-take-2
  • start_stop_logic
  • subtest_support
  • tb_format_signatures
  • thread-is-alive
  • tox-coverage
  • try-py3.9
  • workaround-for-issue-35

06 Dec 2023 11:01AM UTC coverage: 84.532% (-0.009%) from 84.541%
7113670355

push

github

mgedmin
Partial fix for Python 3.12

Python 3.12 doesn't call `startTest()` for skipped tests, which caused
AttributeErrors for things initialized in our `TestResult.startTest()`
(and `OutputFormatter.start_test()`).

This is not a complete fix: there are still test failures because they
expected "ran 1 tests, 1 skipped" and now get "ran 0 tests, 0 skipped".
I don't know if we want to keep the old method of counting; it kind of
makes sense to me not to count skipped tests as running ones.

I'm not sure how to fix that without adding sys.version_info >= (3, 12)
checks everywhere.

857 of 1086 branches covered (0.0%)

Branch coverage included in aggregate %.

7 of 7 new or added lines in 2 files covered. (100.0%)

2657 of 3071 relevant lines covered (86.52%)

0.87 hits per line

Relevant lines Covered
Build:
Build:
3071 RELEVANT LINES 2657 COVERED LINES
0.87 HITS PER LINE
Source Files on py312-skipped-tests
  • Tree
  • List 41
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
7113670355 py312-skipped-tests Partial fix for Python 3.12 Python 3.12 doesn't call `startTest()` for skipped tests, which caused AttributeErrors for things initialized in our `TestResult.startTest()` (and `OutputFormatter.start_test()`). This is not a complete fix: there are... push 06 Dec 2023 11:06AM UTC mgedmin github
84.53
See All Builds (1417)
  • Repo on GitHub
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

© 2025 Coveralls, Inc