[CMF-checkins] CVS: CMF/CMFTopic/tests - test_DateC.py:1.9 test_ListC.py:1.8 test_SIC.py:1.7 test_SSC.py:1.7 test_SortC.py:1.3
Tres Seaver
tseaver@zope.com
Thu, 1 Aug 2002 15:05:45 -0400
Update of /cvs-repository/CMF/CMFTopic/tests
In directory cvs.zope.org:/tmp/cvs-serv13736/CMFTopic/tests
Modified Files:
test_DateC.py test_ListC.py test_SIC.py test_SSC.py
test_SortC.py
Log Message:
- Normalize module headers:
o Eradicate __version__, which tended to be a merge hotspot, in favor
of embedding $Id$ in the docstring (which somehow seems not to cause
nearly so many conflicts).
o Use triple-quotes, rather than triple-apostrophes, for module
docstrings; canonicalize format: single, summary line, followed
by optional narrative, followed by $Id$; each section separated
by a blank line.
=== CMF/CMFTopic/tests/test_DateC.py 1.8 => 1.9 ===
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-"""Unit tests for DateCriterion module.
+""" Unit tests for DateCriterion module.
$Id$
"""
-__version__ = '$Revision$'[11:-2]
import unittest
from DateTime.DateTime import DateTime
=== CMF/CMFTopic/tests/test_ListC.py 1.7 => 1.8 ===
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-"""Unit tests for ListCriterion module.
+""" Unit tests for ListCriterion module.
$Id$
"""
-__version__ = '$Revision$'[11:-2]
import unittest
=== CMF/CMFTopic/tests/test_SIC.py 1.6 => 1.7 ===
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-"""Unit tests for SimpleIntCriterion module.
+""" Unit tests for SimpleIntCriterion module.
$Id$
"""
-__version__ = '$Revision$'[11:-2]
import unittest
=== CMF/CMFTopic/tests/test_SSC.py 1.6 => 1.7 ===
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-"""Unit tests for SimpleStringCriterion module.
+""" Unit tests for SimpleStringCriterion module.
$Id$
"""
-__version__ = '$Revision$'[11:-2]
import unittest
=== CMF/CMFTopic/tests/test_SortC.py 1.2 => 1.3 ===
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-"""Unit tests for SortCriterion module.
+""" Unit tests for SortCriterion module.
$Id$
"""
-__version__ = '$Revision$'[11:-2]
import unittest