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

zopefoundation / persistent
100%

Build:
DEFAULT BRANCH: master
Repo Added 31 Jul 2018 09:43PM UTC
Files 26
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 4.4.0
  • 4.4.1
  • 4.4.2
  • 4.4.3
  • 4.5.0
  • 4.5.1
  • 4.6.0
  • 4.6.1
  • 4.6.2
  • 4.6.3
  • 4.6.4
  • 4.8.0
  • 4.9.0
  • 4.9.1
  • 4.9.2
  • 4.9.3
  • 5.0
  • 5.1
  • 5.2
  • 6.0
  • 6.1
  • 6.1.1
  • 6.2
  • 6.3
  • 6.4
  • 6.5
  • 6.6
  • 6.7
  • ExtensionClass_Base_as_object
  • all-repos_autofix_all-repos-sed
  • cache_size_parameter_enhancement
  • clear_dict_py314
  • config-with-c-code
  • config-with-c-code-template-0ce77409
  • config-with-c-code-template-18798421
  • config-with-c-code-template-1ab4df9f
  • config-with-c-code-template-2195d2ed
  • config-with-c-code-template-21b3fb2e
  • config-with-c-code-template-2f0abadc
  • config-with-c-code-template-4dc0484e
  • config-with-c-code-template-51f0db4e
  • config-with-c-code-template-5a4d3a13
  • config-with-c-code-template-6f8d8c51
  • config-with-c-code-template-76e81852
  • config-with-c-code-template-7cdbe1e4
  • config-with-c-code-template-84c8ebcb
  • config-with-c-code-template-8d837c89
  • config-with-c-code-template-8daa034c
  • config-with-c-code-template-9e2b2911
  • config-with-c-code-template-a2f58d87
  • config-with-c-code-template-a361e1fd
  • config-with-c-code-template-a7193216
  • config-with-c-code-template-b21fbbf2
  • config-with-c-code-template-dc5cbb79
  • config-with-c-code-template-f317618e
  • config-with-c-code-template-f472bcc5
  • config-with-c-code-template-f6f126ea
  • coverage
  • dataflake/cleanup_require_cffi
  • dataflake/fix_cffi_extensions
  • dataflake/fix_yet_another_setuptools_breakage
  • fix-GHA-pypy2
  • fix-c-warning
  • fix-caches
  • fix-docs-builds
  • fix-freethreaded-ob_refcnt
  • fix-macos-3.15-cffi-arch
  • fix-pypy-install
  • fix-tox
  • fix-wheels
  • fix/issue-235-test-return-deprecation
  • flake8
  • isort
  • issue102
  • issue11
  • issue112
  • issue124
  • issue125
  • issue126
  • issue129
  • issue131
  • issue133
  • issue137
  • issue143
  • issue144
  • issue149
  • issue150
  • issue155
  • issue157
  • issue41
  • issue77
  • issue81
  • issue86
  • issue88
  • issue92
  • issue97
  • issue99
  • jo-sanitize-oid
  • macpython-3.6
  • master
  • no-pylint
  • perrinjerome/fix_oid_repr
  • py-refcnt
  • py-ssize-t-clean
  • py34,py38
  • py36-mac
  • py38-wheels
  • py39
  • req-cffi
  • src-layout
  • travis_mac_py3.8
  • tseaver-199-tox_e_coverage_passing
  • tseaver-206-remove-simple_new-fossil
  • tseaver-fix_compat_header
  • tseaver-fix_windows_breakage
  • tseaver-pep489
  • tseaver-py313-tomlize
  • tseaver-tweak_coverage
  • update-manylinux
  • use-pypi-token
  • use-unsigned-hex-consts-in-timestamp

28 May 2026 06:24AM UTC coverage: 99.58%. First build
26712569645

push

github

web-flow
Fix DeprecationWarning for non-None return from test cases on Python 3.14+ (#237)

Extract test method bodies in PickleCacheTestMixin into _check_* helpers
that return values. The test_* methods call the helpers without returning.
Subclass overrides call self._check_*() instead of super().test_*().

Fixes #235

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

274 of 274 branches covered (100.0%)

Branch coverage included in aggregate %.

36 of 37 new or added lines in 1 file covered. (97.3%)

5177 of 5200 relevant lines covered (99.56%)

8.88 hits per line

Relevant lines Covered
Build:
Build:
5200 RELEVANT LINES 5177 COVERED LINES
8.88 HITS PER LINE
Source Files on master
  • Tree
  • List 26
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26712569645 master Fix DeprecationWarning for non-None return from test cases on Python 3.14+ (#237) Extract test method bodies in PickleCacheTestMixin into _check_* helpers that return values. The test_* methods call the helpers without returning. Subclass overrid... push 31 May 2026 01:47PM UTC web-flow github
99.58
26558514628 master Fix DeprecationWarning for non-None return from test cases on Python 3.14+ (#237) Extract test method bodies in PickleCacheTestMixin into _check_* helpers that return values. The test_* methods call the helpers without returning. Subclass overrid... push 28 May 2026 06:29AM UTC web-flow github
99.58
26495282047 fix/issue-235-test-return-deprecation Fix DeprecationWarning for non-None return from test cases on Python 3.14+ Extract test method bodies in PickleCacheTestMixin into _check_* helpers that return values. The test_* methods call the helpers without returning. Subclass overrides call... Pull #237 27 May 2026 06:45AM UTC icemac github
99.58
26494804144 config-with-c-code-template-21b3fb2e Configuring for c-code Pull #236 27 May 2026 06:33AM UTC icemac github
99.6
26435643995 6.7 Preparing release 6.7 push 26 May 2026 06:40AM UTC icemac github
99.6
26435642739 master Back to development: 6.8 push 26 May 2026 06:37AM UTC icemac github
99.6
26361095540 master Add preliminary support for Python 3.15b1. (#232) * Configuring for c-code * Add compatibility definitions for PyPy's trashcan mechanism * Pre-install cffi to fix macOS Python 3.15 build (#233) * Pre-install cffi natively to fix macOS 3.15 x86... push 24 May 2026 01:03PM UTC web-flow github
99.6
26209275679 master Add preliminary support for Python 3.15b1. (#232) * Configuring for c-code * Add compatibility definitions for PyPy's trashcan mechanism * Pre-install cffi to fix macOS Python 3.15 build (#233) * Pre-install cffi natively to fix macOS 3.15 x86... push 21 May 2026 06:27AM UTC web-flow github
99.6
26143431947 config-with-c-code-template-51f0db4e Pre-install cffi to fix macOS Python 3.15 build (#233) * Pre-install cffi natively to fix macOS 3.15 x86_64 cross-compilation On ARM64 macOS runners, the x86_64 cross-compilation step causes setup_requires/fetch_build_eggs to build cffi from sou... Pull #232 20 May 2026 05:34AM UTC web-flow github
99.6
26081263438 fix-macos-3.15-cffi-arch Replace AndreMiras/coveralls-python-action with coverallsapp/github-action The andremiras action is not allowed by the org's action policy. Switch to the official Coveralls-maintained action which is verified in the GitHub Marketplace. Co-author... Pull #233 19 May 2026 06:55AM UTC icemac github
99.6
See All Builds (718)
  • 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

© 2026 Coveralls, Inc