diff options
| author | Barry Warsaw | 2007-06-23 08:38:45 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-06-23 08:38:45 -0400 |
| commit | 55b97d69b0c08e66215a673f3cd92ab7d260c714 (patch) | |
| tree | f1d49e923ed5612b01600f03fc3ac70656be8818 /Mailman/testing/test_cleanse.py | |
| parent | fb690ba3605dcaceaa7d39e5de22d44e93d61dd4 (diff) | |
| download | mailman-55b97d69b0c08e66215a673f3cd92ab7d260c714.tar.gz mailman-55b97d69b0c08e66215a673f3cd92ab7d260c714.tar.zst mailman-55b97d69b0c08e66215a673f3cd92ab7d260c714.zip | |
Diffstat (limited to 'Mailman/testing/test_cleanse.py')
| -rw-r--r-- | Mailman/testing/test_cleanse.py | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Mailman/testing/test_cleanse.py b/Mailman/testing/test_cleanse.py deleted file mode 100644 index e058c7bfa..000000000 --- a/Mailman/testing/test_cleanse.py +++ /dev/null @@ -1,27 +0,0 @@ -# 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 the Cleanse handler.""" - -import unittest -from Mailman.testing.base import make_docfile_suite - - -def test_suite(): - suite = unittest.TestSuite() - suite.addTest(make_docfile_suite('../docs/cleanse.txt')) - return suite |
