summaryrefslogtreecommitdiff
path: root/Mailman/testing/test_handlers.py
Commit message (Expand)AuthorAgeFilesLines
* More work on completing the transition to setuptools.Barry Warsaw2007-07-181-119/+0
* Last bit of existing test suite cleanup for now. I've removed the inmemory.pyBarry Warsaw2007-07-121-1/+1
* Convert the Scrubber test to a doctest, and fix Scrubber.py, but otherwiseBarry Warsaw2007-07-121-106/+0
* Convert ToArchive tests to doctests and do a minimal amount of handler moduleBarry Warsaw2007-07-111-57/+0
* Conversion of the ToDigest tests to doctests, along with just enough handlerBarry Warsaw2007-07-101-116/+0
* Convert ToOutgoing handler to a doctest. Minor cleanup of the handler code toBarry Warsaw2007-07-081-42/+0
* Convert the ToUsenet handlerto a doctest. No other handler clean up isBarry Warsaw2007-07-061-50/+0
* Convert MimeDel tests to doctest. No other changes to the handler module areBarry Warsaw2007-07-051-176/+0
* Convert the SpamDetect handler tests (what there was of them anyway) to aBarry Warsaw2007-07-051-38/+0
* Convert the TestTagger to a doctest. No other cleaning up of the handlerBarry Warsaw2007-07-041-117/+0
* Convert TestHold to a doctest and update code as necessary. No generalBarry Warsaw2007-07-031-160/+0
* Convert TestFileRecips to a doctest, and update the handler to more modernBarry Warsaw2007-07-021-85/+0
* Convert the CookHeaders tests in test_handlers to using doctests, split upBarry Warsaw2007-06-211-348/+0
* Convert the Cleanse handler tests to doctest style.Barry Warsaw2007-06-191-65/+0
* Convert the tests for the CalcRecips handler to doc tests. There areBarry Warsaw2007-06-191-98/+0
* Convert the AfterDelivery handler test to a doctest. Also, change theBarry Warsaw2007-06-181-14/+0
* Remove both the model and interface for RosterSets. These are no longer usedBarry Warsaw2007-06-181-129/+0
* Add doctest for Replybot handler. The test in test_handlers.py didn't reallybwarsaw2007-05-311-7/+0
* Go ahead and remove the Mailman/database/tables directory since all the Elixirbwarsaw2007-05-301-223/+0
* api_lock(): When locking the MailList object, tell the SQLAlchemy session tobwarsaw2007-03-301-1/+0
* passwords.py: Looks like we still need unicode checking.tkikuchi2007-03-251-1/+135
* CookHeaders.py:tkikuchi2007-03-241-10/+74
* Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIOtkikuchi2007-03-241-0/+35
* Fix of Decorate.py for the case (input_charset != output_charset) and failtkikuchi2007-03-231-0/+17
* Restore the use of passwords.Schemes enum for selection of password hashingbwarsaw2007-03-221-1/+1
* Test suite repair. All tests are now passing again.bwarsaw2007-03-211-1/+1
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-181-3/+4
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-9/+10
* Upgrade to email package version 4.0.1. Because email 4.0.1 is onlybwarsaw2006-07-301-11/+11
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-174/+174
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-081-38/+39
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-181-0/+1698