func_timeout/tests/FuncTimeoutTests
2019-08-19 17:28:33 -04:00
..
test_Basic.py Allow instantiation of FunctionTimedOut with empty arguments (to support some patterns in unit testing / mocking). Will replace function name with "Unknown Function" if not provided, and timedOutAfter will be "Unknown" or a float of how long until timeout occurred. 2019-08-19 17:28:33 -04:00
test_Decorator.py Increase test timing and thresholds so it works on slower computers as well. 2019-08-19 17:14:48 -04:00
test_StoppableThread.py Add missing test_StoppableThread unit test, may need some minor cleanups and tweaking, but passes. 2019-08-19 16:36:45 -04:00
test_TestUtils.py Some tests 2017-05-20 16:22:14 -04:00
test_TestUtilsSleep.py Some tests 2017-05-20 16:22:14 -04:00
test_TestUtilsSleepWithArgs.py Increase test timing and thresholds so it works on slower computers as well. 2019-08-19 17:14:48 -04:00
TestUtils.py Fix missing newline in unit test TestUtils docstring 2019-08-19 16:36:19 -04:00