aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_unit.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP8izationMatěj Cepl2016-04-161-1/+1
|
* Fix setup.py.RunTests.run() to return proper exit code.Matěj Cepl2014-02-131-4/+6
| | | | | | | | | The previous situation didn't fail on Travis-CI. But this does, so I had to include also a number of fixes for revealed issues. Fixing #314, #315, #316, and #317
* Eliminate do_redirect() method.0.6Matěj Cepl2014-01-111-4/+0
| | | | One less HTTP connection, which was actually not needed.
* Make whole script comaptible with python 2.6Matěj Cepl2014-01-111-2/+7
| | | | | | | | How low we fell :( Also: * On Python 2.6 we have to send bytes to proc.communicate() not unicode str (Fixes #288)
* scrapper -> scraper0.5Matěj Cepl2014-01-111-7/+7
| | | | | | | | | | Woops! scrapper: a fighter or aggressive competitor, especially one always ready or eager for a fight, argument, or contest: the best lightweight scrapper in boxing; a rugged political scrapper. That's not what I meant.
* Make at least unittests running with Python 2.7Matěj Cepl2014-01-041-1/+2
| | | | | Add support for Travis-CI Fixes #283
* Unmangle mbox according to the configuration file.Matěj Cepl2014-01-021-0/+11
| | | | Fixes #273, #276
* For each group generate also a list of all mangled addresses.Matěj Cepl2014-01-021-5/+18
| | | | | | | | | | 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-021-8/+15
| | | | 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 articles for one topic.Matěj Cepl2013-12-291-0/+20