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

zopefoundation / grokcore.layout / 16098815659

18 Jun 2025 06:34AM UTC coverage: 96.033%. Remained the same
16098815659

push

github

icemac
Back to development: 5.1

22 of 26 branches covered (84.62%)

Branch coverage included in aggregate %.

438 of 453 relevant lines covered (96.69%)

0.97 hits per line

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

100.0
/src/grokcore/layout/tests/errors/norenderortemplatelayout.py
1
"""
2
  >>> grok.testing.grok(__name__)
3
  Traceback (most recent call last):
4
  ...
5
  zope.configuration.config.ConfigurationExecutionError: \
6
  martian.error.GrokError: Layout \
7
  <class 'grokcore.layout.tests.errors.norenderortemplatelayout.MyLayout'> \
8
  has no associated template or 'render' method...
9

10
"""
11

12
import grokcore.component as grok
1✔
13
from zope.interface import Interface
1✔
14

15
from grokcore.layout import Layout
1✔
16

17

18
class MyLayout(Layout):
1✔
19
    grok.context(Interface)
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