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

zopefoundation / Zope / 6081053323

05 Sep 2023 06:33AM CUT coverage: 81.123%. Remained the same
6081053323

push

github

icemac
Post release fixes.

4327 of 7062 branches covered (0.0%)

Branch coverage included in aggregate %.

27164 of 31757 relevant lines covered (85.54%)

0.86 hits per line

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

0.0
/src/Testing/ZopeTestCase/threadutils.py
1
##############################################################################
2
#
3
# Copyright (c) 2005 Zope Foundation and Contributors.
4
#
5
# This software is subject to the provisions of the Zope Public License,
6
# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
7
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
8
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
9
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
10
# FOR A PARTICULAR PURPOSE.
11
#
12
##############################################################################
13

14
from zope.deferredimport import deprecated
×
15

16

17
# BBB Zope 5.0
18
deprecated(
×
19
    'Please import from ZServer.Testing.threadutils.',
20
    dummyLOG='ZServer.Testing.threadutils:dummyLOG',
21
    setNumberOfThreads='ZServer.Testing.threadutils:setNumberOfThreads',
22
    zserverRunner='ZServer.Testing.threadutils:zserverRunner',
23
    QuietThread='ZServer.Testing.threadutils:QuietThread',
24
    QuietPublisher='ZServer.Testing.threadutils:QuietPublisher',
25
)
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