summaryrefslogtreecommitdiff
path: root/test/test_mirror.py
Commit message (Expand)AuthorAgeFilesLines
* test: handle unknown file content in test_retry_no_cacheMichal Domonkos2019-05-211-1/+6
* urlgrabber-ext-down: convert url into bytesMichal Domonkos2019-05-211-1/+1
* Apply 'asserts' fixerZbigniew Jędrzejewski-Szmek2019-02-241-15/+15
* Make the 'broker' mirror really brokenZbigniew Jędrzejewski-Szmek2019-02-241-1/+1
* test_mirror: do not use a fixed port for the internal test serverZbigniew Jędrzejewski-Szmek2019-02-241-6/+14
* Add explicit encode/decode callsZbigniew Jędrzejewski-Szmek2019-02-241-4/+4
* Add b'' markers in various placesZbigniew Jędrzejewski-Szmek2019-02-241-14/+13
* Convert imports to try new names firstZbigniew Jędrzejewski-Szmek2019-02-241-1/+1
* Use open() instead of file()Zbigniew Jędrzejewski-Szmek2019-02-241-9/+3
* Replace string function calls with method callsZbigniew Jędrzejewski-Szmek2019-02-111-1/+1
* Replace async with async_Zbigniew Jędrzejewski-Szmek2019-02-111-2/+2
* Apply 'idioms' fixerZbigniew Jędrzejewski-Szmek2019-02-111-1/+1
* Drop obsolete $Id tagsZbigniew Jędrzejewski-Szmek2019-02-111-2/+0
* Remove trailing whitespaceZbigniew Jędrzejewski-Szmek2019-02-111-16/+16
* Add retry_no_cache option. BZ 1337105Michal Domonkos2016-06-171-4/+48
* Revert "Ported test suite"Valentina Mukhamedzhanova2014-10-031-11/+6
* Revert "Replaced StringIO with BytesIO"Valentina Mukhamedzhanova2014-10-031-4/+4
* Replaced StringIO with BytesIOTomas Radej2014-09-101-4/+4
* Ported test suiteTomas Radej2014-08-281-6/+11
* Process HTTP ranges when the server didn't comply. BZ 435076.Zdenek Pavlas2013-12-181-0/+13
* tests: add a proper server shutdown to HttpReplyCode testZdenek Pavlas2013-12-181-5/+27
* test added: URLGrabError should include the HTTP error code.Zdenek Pavlas2013-04-161-0/+32
* Fix test cases. BZ 918658Zdenek Pavlas2013-03-071-1/+5
* Added some slick logging support to urlgrabber. It can be controlledmstenner2005-10-221-16/+15
* except HTTPError, which basically means all HTTP return codes that aremstenner2005-08-171-3/+3
* Fixed python 2.4 bug - added .code attribute to returned file objects.mstenner2005-02-141-4/+5
* Updated callback tests to accomodate the new callback semantics. Also addedmstenner2004-08-201-3/+3
* enhanced the failover test to ensure that the bad mirror is tried and failsmstenner2004-08-121-3/+10
* Replace LICENSE with the LGPL. Added maint/license-notice, whichmstenner2004-03-311-13/+18
* By popular demand, I broke out the unittest coolness into a separatemstenner2004-03-181-15/+13
* Made tests prettier (again... I do like pretty tests) and created the testmstenner2004-03-181-1/+3
* Made the control of MirrorGroup failover action WAY cooler and more flexible.mstenner2004-03-171-1/+115
* improved mirror.py docs, added MGRandomStart (which is equivalent to yum'smstenner2004-03-131-7/+50
* added callback test to test_mirror.py. Restructuring the test code amstenner2004-03-131-19/+29
* Added mirror code and associated test code.mstenner2004-03-101-0/+96