summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* checkpointingBarry Warsaw2010-08-072-122/+0
|
* checkpointBarry Warsaw2010-07-161-94/+0
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-132-148/+0
| | | | artifacts are removed, as is the C files which we will no longer need.
* Update copyright years.bwarsaw2007-01-192-2/+2
|
* Removed bounces directory from SUBDIRS. It's moved to Mailman/testing.msapiro2006-05-191-1/+1
|
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-1886-11919/+0
| | | | | | | | | | | | | | | | | Mailman top level package. Rewrote the test runner and stuck it in bin (as an mmshell symlink). bin/testall now autodetects tests and allows running a subset of tests via regular expression filtering. I also fixed all the tests so they all pass now, with the exception of test_message.py tests. These still doesn't work because of coordination issues between its smtpd-based reader and SMTPDirect, but... I have a plan (mwah, ha, ha! :) I also fixed a code update bug in Decorate.py
* - Added additional bounce recognition for Qmail and SimpleMatch.pymsapiro2006-05-143-0/+159
| | | | - Added test cases for above.
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-8/+8
| | | | | | the builtin types. Two still remain: a check against ClassType and a check against MethodType. Also, fix some hinky type comparisons to use isinstance() consistently.
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-153-3/+0
| | | | | the trunk. This serves also to test write permission to the svn repository, and tests email notifications.
* Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.pymsapiro2006-04-044-0/+477
|
* Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2006-03-241-0/+6
|
* Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2006-03-245-0/+833
|
* Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few moremsapiro2006-03-064-5/+118
| | | | Added some more test cases.
* Added some more bounce recognition to SimpleMatch and changed the logicmsapiro2006-03-033-0/+112
| | | | | | | so one all pattern sets are tried until a match is found so one start pattern whose address doesn't match won't preempt a later patern set that will match. Added more test cases.
* Added new test bounces to test_bounces.py. Modified logic for "Stop" return.msapiro2006-03-023-151/+0
| | | | Deleted 3 wrongly named test bounce files and added with correct names.
* Added new test bounces to test_bounces.py. Modified logic for "Stop" return.msapiro2006-03-021-8/+26
| | | | Deleted 3 wrongly named test bounce files and added with correct names.
* Added new test bounces to test_bounces.py. Modified logic for "Stop" return.msapiro2006-03-023-0/+151
| | | | Deleted 3 wrongly named test bounce files and added with correct names.
* Added more test bounce messagesmsapiro2006-03-0110-0/+591
|
* back port from 2.1.6.tkikuchi2005-08-282-44/+1
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-2715-15/+15
|
* Update a bunch of tests.bwarsaw2003-03-311-8/+6
|
* Add ndiff hack for better error reporting of long text.bwarsaw2003-03-311-0/+19
|
* Copyright yearsbwarsaw2003-03-311-1/+1
|
* Not sure if this is at all useful still, as it seems to have contained atwouters2003-03-111-1/+1
| | | | | typo since it was checked in, but here it is, fixed. Closes SF patch #671294 by John Dennis.
* Update copyright yearsbwarsaw2003-03-113-3/+3
|
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-113-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Jr, after much checking and rechecking (and some massaging) by me. Checking in now before I fall asleep and forget what all this was for. This patch adds the ability to 'make DESTDIR=/some/dir/tree install' that doesn't influence the paths stored in e.g. Defaults.py at all, which is of good use for various package managers. It is not all that package managers must do, however! Running make install with DESTDIR set means bin/update is never run, and mm_cfg.py is always written; package managers should make sure the appropriate post-installation is done, and that mm_cfg.py is treated as a config file. This patch inadvertently fixes some bogus whitespace: 8-spaces where surrounding code used tabs. The difference was harmless because the 8-spaces were used inside shell-continued-oneliners, but it is confusing and could lead to future harm. I'm too tired to make those two or three changes in a separate checkin, sorry. This patch also assumes the various packages that are installed using distutils do not record (or rather, use) their installation paths anywhere, but this seems to hold true at least for the moment. Also, I've done so many slow cvs diff's, I'm wondering when we'll switch to Subversion. Unfortunately, I've also done so many 'cvs diff -c > file; patch -p0 -R < file's to switch back and forth between patches and change sets, I'm wondering when we'll switch to Aegis as well. :-P
* Add test_smtpbwarsaw2003-02-231-5/+5
|
* Move some tests (empty) to test_smtp.pybwarsaw2003-02-231-12/+1
|
* Updatesbwarsaw2003-02-231-9/+10
|
* Update all testsbwarsaw2003-02-231-63/+32
|
* Updates for changes inclusive of Mailman 2.1.1.bwarsaw2003-02-211-9/+21
|
* Matthias Juchem's patch #645421 for fixing "make distclean" in thebwarsaw2002-12-121-0/+4
| | | | messages and tests subdirectories.
* Donn Cave's patch #602087 to honor configure's --srcdir switch.bwarsaw2002-12-123-4/+4
|
* Whitespace normalizationbwarsaw2002-12-021-4/+4
|
* A new bounce testing script and a few new bounce examples.bwarsaw2002-12-024-0/+415
|
* Added a new DSN example.bwarsaw2002-12-021-0/+1
|
* Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-1/+2
|
* Add onebounce.py and set the perms for executables.bwarsaw2002-12-021-2/+6
|
* Typo, whitespace normalization.bwarsaw2002-11-041-5/+5
|
* Sanitize dsn_10.txtbwarsaw2002-10-232-95/+22
|
* A new DSN bounce sample.bwarsaw2002-10-221-0/+139
|
* Oops, postfix_06.txt -> dsn_10.txtbwarsaw2002-10-221-1/+1
|
* Added a bounce sample from Peer Heinlein. The DSN module correctlybwarsaw2002-10-221-0/+1
| | | | identifies this bouncer.
* DATA: Added tests for MS Exchange.bwarsaw2002-10-181-4/+7
| | | | Also, whitespace normalization.
* Another MS Exchange sample bounce.bwarsaw2002-10-181-0/+119
|
* An MS Exchange sample bounce.bwarsaw2002-10-181-0/+108
|
* BounceTest: Added groupwise_02.txt to the bounce detector. It'sbwarsaw2002-07-111-0/+4
| | | | | completely hopeless to grok an address out of this text/html bounce, so let's just be sure we don't crash.
* intermediatebwarsaw2002-07-111-0/+186
|
* Neuter this example.bwarsaw2002-04-281-1008/+1
|