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

zopefoundation / zope.interface / 476
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: 8.2
DEFAULT BRANCH: master
Ran 05 Feb 2020 02:16PM UTC
Jobs 13
Files 41
Run time 8min
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

pending completion
476

push

travis-ci

jamadden
Add __all__ to all modules.

Fixes #153

The items that went in each ``__all__`` are based on what is
documented:

 $ rg --no-filename 'import' docs/ -trst | tr -s "[:blank:]" | sort | uniq | grep zope
 >>> from pprint import pprint
 >>> from zope.interface import *
 >>> from zope.interface import Interface
 >>> from zope.interface import Interface, Attribute, implementer
 >>> from zope.interface import alsoProvides
 >>> from zope.interface import classImplements
 >>> from zope.interface import classImplementsOnly
 >>> from zope.interface import directlyProvidedBy
 >>> from zope.interface import directlyProvides
 >>> from zope.interface import implementedBy
 >>> from zope.interface import implementer
 >>> from zope.interface import implementer_only
 >>> from zope.interface import noLongerProvides
 >>> from zope.interface import providedBy
 >>> from zope.interface import provider
 >>> from zope.interface.adapter import AdapterRegistry
 >>> from zope.interface.declarations import Declaration
 >>> from zope.interface.declarations import InstanceDeclarations
 >>> from zope.interface.declarations import ProvidesClass
 >>> from zope.interface.declarations import named
 >>> from zope.interface.exceptions import BrokenImplementation
 >>> from zope.interface.exceptions import Invalid
 >>> from zope.interface.interface import Specification
 >>> from zope.interface.interface import adapter_hooks
 >>> from zope.interface.verify import verifyObject
 >>> import gc
 >>> import zope.interface

And also some personal judgement about what the public API is that I'm
more than happy to have reviewed.

1111 of 1127 branches covered (98.58%)

Branch coverage included in aggregate %.

9081 of 9167 relevant lines covered (99.06%)

12.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 476.1 05 Feb 2020 02:16PM UTC 0
98.25
Travis Job 476.1
2 476.2 05 Feb 2020 02:16PM UTC 0
96.85
Travis Job 476.2
3 476.3 05 Feb 2020 02:16PM UTC 0
96.85
Travis Job 476.3
4 476.4 05 Feb 2020 02:16PM UTC 0
96.85
Travis Job 476.4
5 476.5 05 Feb 2020 02:16PM UTC 0
96.88
Travis Job 476.5
6 476.6 05 Feb 2020 02:17PM UTC 0
98.22
Travis Job 476.6
7 476.7 05 Feb 2020 02:17PM UTC 0
96.47
Travis Job 476.7
9 476.9 (PURE_PYTHON=0) 05 Feb 2020 02:17PM UTC 0
98.25
Travis Job 476.9
10 476.10 (PURE_PYTHON=1) 05 Feb 2020 02:17PM UTC 0
96.84
Travis Job 476.10
13 476.13 (TERRYFY_PYTHON='macpython 2.7.17') 05 Feb 2020 02:20PM UTC 0
98.25
Travis Job 476.13
14 476.14 (TERRYFY_PYTHON='macpython 3.5') 05 Feb 2020 02:20PM UTC 0
96.85
Travis Job 476.14
15 476.15 (TERRYFY_PYTHON='macpython 3.6.2') 05 Feb 2020 02:23PM UTC 0
96.85
Travis Job 476.15
16 476.16 (TERRYFY_PYTHON='macpython 3.7.0') 05 Feb 2020 02:23PM UTC 0
96.85
Travis Job 476.16
Source Files on build 476
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #476
  • c4805da7 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