Commit Graph

4 Commits

Author SHA1 Message Date
Tim Savannah
176ef7b9d9 Increase test timing and thresholds so it works on slower computers as well. 2019-08-19 17:14:48 -04:00
Tim Savannah
00685ec546 Issue #2 (Resolve) - Ensure we do not lose function information when using the func_set_timeout wrapper.
This includes things like like name, docstring, etc) when using the func_set_timeout wrapper.

This resolves using functools.wrap standard library function.

Includes unit test (failing before this commit, passing after)

Thanks to belongwqz for noting the issue and suggesting functools.wrap as resolution.
2017-08-10 18:48:50 -04:00
Tim Savannah
8af967169d Make python2 work as well as python3 2017-05-20 21:23:37 -04:00
Tim Savannah
ad944d3c2c Add tests 2017-05-20 17:06:51 -04:00