~mailman-coders/mailman/2.1

« back to all changes in this revision

Viewing changes to tests/testall.py

  • Committer: bwarsaw
  • Date: 2003-03-31 22:06:51 UTC
  • Revision ID: vcs-imports@canonical.com-20030331220651-4pcakkozpx76l177
BackportingĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 2001-2003 by the Free Software Foundation, Inc.
2
2
#
3
3
# This program is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU General Public License
5
5
# as published by the Free Software Foundation; either version 2
6
6
# of the License, or (at your option) any later version.
7
 
 
7
#
8
8
# This program is distributed in the hope that it will be useful,
9
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
11
# GNU General Public License for more details.
12
 
 
12
#
13
13
# You should have received a copy of the GNU General Public License
14
 
# along with this program; if not, write to the Free Software 
 
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16
16
 
17
17
"""PyUnit-based test harness for Mailman."""
19
19
import unittest
20
20
 
21
21
MODULES = ('bounces', 'handlers', 'membership', 'safedict',
22
 
           'security_mgr', 'runners', 'lockfile',
 
22
           'security_mgr', 'runners', 'lockfile', 'smtp',
23
23
           )
24
24
 
25
25
# test_message.py can only be run when mailmanctl is running, but mailmanctl