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

zopefoundation / zope.app.publisher / 16399746590

25 Jun 2025 07:15AM UTC coverage: 98.992%. Remained the same
16399746590

push

github

web-flow
Update Python version support. (#20)

* Drop support for Python 3.8.

39 of 44 branches covered (88.64%)

Branch coverage included in aggregate %.

452 of 452 relevant lines covered (100.0%)

1.0 hits per line

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

100.0
/src/zope/app/publisher/browser/menumeta.py
1
##############################################################################
2
#
3
# Copyright (c) 2004 Zope Foundation and Contributors.
4
# All Rights Reserved.
5
#
6
# This software is subject to the provisions of the Zope Public License,
7
# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
8
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
9
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
10
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
11
# FOR A PARTICULAR PURPOSE.
12
#
13
##############################################################################
14
"""Menu Directives Configuration Handlers"""
15
# BBB imports
16
from zope.browsermenu.metaconfigure import MenuItemFactory
1✔
17
from zope.browsermenu.metaconfigure import _checkViewFor
1✔
18
from zope.browsermenu.metaconfigure import addMenuItem
1✔
19
from zope.browsermenu.metaconfigure import menuDirective
1✔
20
from zope.browsermenu.metaconfigure import menuItemDirective
1✔
21
from zope.browsermenu.metaconfigure import menuItemsDirective
1✔
22
from zope.browsermenu.metaconfigure import subMenuItemDirective
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