summaryrefslogtreecommitdiff
path: root/src/mailman/archiving/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-043-3/+3
|
* Import order flake8 plugin.Barry Warsaw2016-03-272-3/+2
| | | | Fix lots of import order errors discovered by the new plugin.
* Clean up of archiving subdirectory.Barry Warsaw2016-03-242-15/+3
|
* Happy New Year.Barry Warsaw2016-01-023-3/+3
|
* The MHonArc archiver must set stdin=PIPE when calling the subprocess. GivenBarry Warsaw2015-08-173-1/+125
| | | | by Walter Doekes.
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-2/+2
| | | | | | `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-4/+0
|
* Checkpointing.Barry Warsaw2014-11-301-4/+4
| | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-2/+3
| | | | - Update many tests to use the transaction() context manager.
* Add a test for a corner case of UserNotification.send() as suggested by Mark.Barry Warsaw2012-03-151-5/+5
| | | | | Fix a test failure found by Toshio, along with an XXX about how we should fix this problem long term.
* Fix a potential unicode tracebacktoshio2012-03-141-5/+5
|
* test_archive_maildir_created(): I was dumb when I rewrote Toshio's originalBarry Warsaw2012-03-141-2/+5
| | | | test. Undumbify that.
* * The Prototype archiver now stores its files in maildir format inside ofBarry Warsaw2012-03-141-84/+104
| | | | `$var_dir/archives/prototype`, given by Toshio Kuratomi.
* Unittests for the prototype archivertoshio2012-03-142-0/+151