summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests/test_nntp.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Clean up the runners directory.Barry Warsaw2016-03-251-12/+3
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Core no longer depends on the standalone `mock` module. (Closes: #146)Barry Warsaw2015-09-221-1/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-7/+1
|
* Fix the NNTP errorsBarry Warsaw2014-12-171-3/+4
|
* Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-9/+9
| | | | | | load_external() now always opens in utf-8 mode. More test repair.
* Checkpointing.Barry Warsaw2014-11-301-3/+3
| | | | | | | | | | 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
|
* - Rename the model attributes.Barry Warsaw2012-04-081-9/+9
| | | | - news_moderation -> newsgroup_moderation
* The port of NNTPRunner to Mailman 3 is complete.Barry Warsaw2012-04-011-4/+148
| | | | | | * Configuration schema variable changes: [nntp]username -> [nntp]user [nntp]port (added)
* - More tests of mailman.runners.nntp.prepare_message(), this time of theBarry Warsaw2012-04-011-0/+58
| | | | | | | | | header removal and de-duplication algorithms. - Improve the robustness of the de-duplication code. - Add a very nice helper called `configuration` which can be used either as a decorator or context manager to temporarily set values in a configuration section. No more need to manage pushes/pops. More code needs to be converted to use this style.
* More tests, though still not 100% coverage.Barry Warsaw2012-03-311-0/+27
|
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-0/+141
Beta testers can can safely remove `$var_dir/queue/news`.