aboutsummaryrefslogtreecommitdiff
path: root/tests/test_timeout_decorator.py
AgeCommit message (Expand)Author
2020-11-14Roidelapluie functionkwargs (#65)upstream-masterPatrick N
2018-12-05Fix a bug when using a custom exception with a custom exception message. Also...Taylor Alexander
2017-06-10Can set exception message in decorator.Josh
2017-06-10Can set exception message in decorator with Travis CI fixes.Josh
2017-06-10Travis CI fixes 2.0Josh
2017-06-10Travis CI fixesJosh
2017-06-10Can set exception message in decoratorJosh
2017-04-11Added unit test to cover class method casePeter Fong
2017-02-07Add ability to specify what exception gets raisedlevi-rs
2015-03-31Add a test for sub-second timeouts.Aaron Elliot Ross
2015-03-23PEP8Harro van der Klauw
2015-03-23Fixed issue with PicklingError causes the timeout to never be reached.Harro van der Klauw
2015-03-16Added optional threading support via python multiprocessing. Switched to pyte...Anatoly Bubenkov
2014-10-15Use functools.wraps in decoratorTodd Sifleet
2014-10-09Add support for timeout in function kwargsJon Black
2013-01-04added testpng