~landscape/zope3/ztk-1.1.3

« back to all changes in this revision

Viewing changes to src/zope/testing/testrunner/testrunner-ex/sample1/sampletests_none_suite.py

  • Committer: Sidnei da Silva
  • Date: 2009-10-07 18:25:02 UTC
  • mfrom: (9.1.4 newer-zope-testing-redux)
  • Revision ID: sidnei.da.silva@canonical.com-20091007182502-5wo2v3k0537eezco
Merged newer-zope-testing [r=therve,oubiwann] [f=438818].

Update to zope.testing 3.8.3 + the bugfix for Bug #445632.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##############################################################################
 
2
#
 
3
# Copyright (c) 2003 Zope Corporation and Contributors.
 
4
# All Rights Reserved.
 
5
#
 
6
# This software is subject to the provisions of the Zope Public License,
 
7
# Version 2.0 (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
"""Sample tests with a layer that can't be torn down
 
15
 
 
16
$Id: sampletests_none_suite.py 39021 2005-10-09 18:38:33Z jim $
 
17
"""
 
18
 
 
19
def test_suite():
 
20
    pass