func_timeout/tests
2023-04-23 04:30:07 -04:00
..
FuncTimeoutTests 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
.gitignore Add .gitignore to ignore the auto-downloaded GoodTests.py if runTests.py is used 2023-04-23 04:30:07 -04:00
README Add README for tests dir, and add tests to MANIFEST.in 2017-05-20 17:10:16 -04:00
runTests.py Update to GoodTests runTests.py version 3.0.5 from 2.1.1 2019-08-19 17:16:48 -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