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

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

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

Pull #169

travis-ci

web-flow
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.
Pull Request #169: Add __all__ to all modules.

1111 of 1127 branches covered (98.58%)

Branch coverage included in aggregate %.

24 of 24 new or added lines in 10 files covered. (100.0%)

9081 of 9167 relevant lines covered (99.06%)

12.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 477.1 05 Feb 2020 02:22PM UTC 0
98.25
Travis Job 477.1
2 477.2 05 Feb 2020 02:22PM UTC 0
96.85
Travis Job 477.2
3 477.3 05 Feb 2020 02:22PM UTC 0
96.85
Travis Job 477.3
4 477.4 05 Feb 2020 02:23PM UTC 0
96.85
Travis Job 477.4
5 477.5 05 Feb 2020 02:23PM UTC 0
96.88
Travis Job 477.5
6 477.6 05 Feb 2020 02:29PM UTC 0
98.22
Travis Job 477.6
7 477.7 05 Feb 2020 02:24PM UTC 0
96.47
Travis Job 477.7
9 477.9 (PURE_PYTHON=0) 05 Feb 2020 02:25PM UTC 0
98.25
Travis Job 477.9
10 477.10 (PURE_PYTHON=1) 05 Feb 2020 02:31PM UTC 0
96.84
Travis Job 477.10
13 477.13 (TERRYFY_PYTHON='macpython 2.7.17') 05 Feb 2020 02:28PM UTC 0
98.25
Travis Job 477.13
14 477.14 (TERRYFY_PYTHON='macpython 3.5') 05 Feb 2020 02:29PM UTC 0
96.85
Travis Job 477.14
15 477.15 (TERRYFY_PYTHON='macpython 3.6.2') 05 Feb 2020 02:31PM UTC 0
96.85
Travis Job 477.15
16 477.16 (TERRYFY_PYTHON='macpython 3.7.0') 05 Feb 2020 02:32PM UTC 0
96.85
Travis Job 477.16
Source Files on build 477
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #477
  • Pull Request #169
  • PR Base - master (#465)
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