• 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/subscriptions_no_context.py
1
"""
2
  >>> grok.testing.grok(__name__)
3
  Traceback (most recent call last):
4
    ...
5
  GrokError: No module-level context for
6
  <class 'grokcore.component.tests.subscriptions.subscriptions_no_context.CaveProcessor'>,
7
  please use the 'context' directive.
8

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

11
from zope import interface
1✔
12

13
import grokcore.component as grok
1✔
14

15

16
class ITask(interface.Interface):
1✔
17

18
    def finish():
1✔
19
        pass
×
20

21

22
class CaveProcessor(grok.Subscription):
1✔
23
    grok.provides(ITask)
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