func_timeout/tests
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
..
FuncTimeoutTests Issue #2 (Resolve) - Ensure we do not lose function information when using the func_set_timeout wrapper. 2017-08-10 18:48:50 -04:00
README Add README for tests dir, and add tests to MANIFEST.in 2017-05-20 17:10:16 -04:00
runTests.py Add GoodTests.py suite, some utils which will be used, and a test for the test. How meta! 2017-05-20 02:22:24 -04:00

Run ./runTests.py to execute all unit tests against parent directory "func_timeout" (will not run against site install.)

This will download GoodTests.py if not already present in PATH, and use it to execute the unit tests in parallel, forcing resolution to the parent func_timeout dir