~menesis/ubuntu/natty/zope.app.testing/natty

« back to all changes in this revision

Viewing changes to src/zope/app/testing/testing.py

  • Committer: Gediminas Paulauskas
  • Date: 2010-09-03 17:32:24 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: menesis@pov.lt-20100903173224-qs26zqhk3mfjje5h
Tags: 3.7.5-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##############################################################################
2
2
#
3
 
# Copyright (c) 2007 Zope Corporation and Contributors.
 
3
# Copyright (c) 2007 Zope Foundation and Contributors.
4
4
# All Rights Reserved.
5
5
#
6
6
# This software is subject to the provisions of the Zope Public License,
13
13
##############################################################################
14
14
"""zope.app.testing common test related classes/functions/objects.
15
15
 
16
 
$Id: testing.py 83372 2008-02-01 13:26:00Z adamg $
 
16
$Id: testing.py 110724 2010-04-11 00:04:11Z tseaver $
17
17
"""
18
18
 
19
19
__docformat__ = "reStructuredText"