• 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

87.5
/src/grokcore/component/tests/adapter/functionasargument_fixture.py
1
from zope import interface
1✔
2

3
import grokcore.component as grok
1✔
4

5

6
class IDummy(interface.Interface):
1✔
7
    pass
1✔
8

9

10
@grok.adapter
1✔
11
@grok.implementer(IDummy)
1✔
12
def decorator_called_with_function_as_argument(cave):
1✔
13
    pass
×
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