aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Make at least unittests running with Python 2.7Matěj Cepl2014-01-042-2/+4
| | | | | Add support for Travis-CI Fixes #283
* Unmangle mbox according to the configuration file.Matěj Cepl2014-01-023-0/+269
| | | | Fixes #273, #276
* For each group generate also a list of all mangled addresses.Matěj Cepl2014-01-024-17/+36
| | | | | | | | | | Google Groups (rightly) protects addresses against spammers. There is (obviously) no way how to find true value of these addresses programmatically, so we just generate list of all affected ones, which could be later completed with true values (collected somehow) and fixed by some other script. Fixes #275
* Creating raw MBOX fixed (tests included)Matěj Cepl2014-01-024-11/+422
| | | | Fix #278 and #271
* General structure of operation and MBOX writing.Matěj Cepl2013-12-301-0/+16
| | | | So far, only unit test for the latter.
* Collect raw articleMatěj Cepl2013-12-302-0/+112
|
* Collect articles for one topic.Matěj Cepl2013-12-294-0/+104