Revision: 8220
http://svn.sourceforge.net/mailman/?rev=8220&view=rev
Author: bwarsaw
Date: 2007-05-17 17:14:58 -0700 (Thu, 17 May 2007)
Log Message:
-----------
commit file accidentally missed last time
Added Paths:
-----------
branches/exp-elixir-branch/Mailman/testing/test_address.py
Added: branches/exp-elixir-branch/Mailman/testing/test_address.py
===================================================================
--- branches/exp-elixir-branch/Mailman/testing/test_address.py
(rev 0)
+++ branches/exp-elixir-branch/Mailman/testing/test_address.py 2007-05-18
00:14:58 UTC (rev 8220)
@@ -0,0 +1,30 @@
+# Copyright (C) 2007 by the Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+"""Doctest harness for testing IAddress interface."""
+
+import doctest
+import unittest
+
+options = doctest.ELLIPSIS | doctest.NORMALIZE_WHITESPACE
+
+
+def test_suite():
+ suite = unittest.TestSuite()
+ suite.addTest(doctest.DocFileSuite('../docs/addresses.txt',
+ optionflags=options))
+ return suite
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org