summaryrefslogtreecommitdiff
path: root/test_retrying.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #37 from harlowja/allow-retry-on-exception-exception-tupleRay Holder2016-06-061-3/+3
|\
| * Allow providing exception tuple for 'retry_on_exception' argumentJoshua Harlow2015-06-231-3/+3
* | Adds two additional parameters to the Retrying() constructor:cyrus durgin2015-09-101-0/+34
|/
* fix up some some pep8 stuffRay Holder2014-11-091-4/+29
* Support custom wait and stop functions.Daniel Nephin2014-08-221-0/+14
* If possible, raise the last exception when stoppingSimon Dollé2014-06-151-2/+2
* Test exception type on failure.Simon Dollé2014-06-151-1/+9
* Fix AttributeError when explicitly specifying wait type, and add appropriate ...Alex Kuang2014-05-051-0/+6
* add a crude check for a custom exception message in the test suiteRay Holder2014-05-041-1/+4
* remove need for specification of stop/wait typeDerek Wilson2014-05-021-18/+14
* let's see if Python 3.2.x is happy now...Ray Holder2014-03-301-10/+10
* Fix up Python 2.6 and Python 3.2 compatibilityRay Holder2014-03-301-12/+12
* propagate complete tracebacks such that they show up in nested stack frames, ...Ray Holder2014-03-301-12/+34
* add note about Python 2.x/3.x compatibility and patch up test suite to run un...Ray Holder2013-03-201-3/+8
* fixed a bug where classes not extending from the Python exception hierarchy c...Ray Holder2013-03-201-2/+90
* add a few more tests for some edge casesRay Holder2013-01-221-3/+46
* add test suite, clean up packagingRay Holder2013-01-211-0/+228