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

zopefoundation / grokcore.component / 16098871523

18 Jun 2025 06:24AM UTC coverage: 96.224%. Remained the same
16098871523

push

github

icemac
Back to development: 5.1

113 of 136 branches covered (83.09%)

Branch coverage included in aggregate %.

1416 of 1453 relevant lines covered (97.45%)

0.97 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

85.71
/src/grokcore/component/tests/subscriptions/multisubscriptions_no_adapts.py
1
"""
2
  >>> grok.testing.grok(__name__)
3
  Traceback (most recent call last):
4
    ...
5
  GrokError: <class 'grokcore.component.tests.subscriptions.multisubscriptions_no_adapts.CaveGardenRenovator'>
6
  must specify which contexts it adapts (use the 'adapts' directive to specify).
7

8
"""  # noqa: E501 line too long
9

10
from zope import interface
1✔
11

12
import grokcore.component as grok
1✔
13

14

15
class IRenovate(interface.Interface):
1✔
16

17
    def takedown():
1✔
18
        pass
×
19

20

21
class CaveGardenRenovator(grok.MultiSubscription):
1✔
22
    grok.provides(IRenovate)
1✔
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