ScryEngineering / scrygroup.com

The Scry Engineering website
https://www.scrygroup.com
0 stars 0 forks source link

Edit to mention huge GOTCHA for pytest timeout library #125

Closed shuttle1987 closed 4 years ago

shuttle1987 commented 5 years ago

https://www.customprogrammingsolutions.com/tutorial/2018-06-23/limiting-unit-test-runtime/

Specifically if pytest-timeout is not installed then the test will not only run but will never complete if there's a situation where it hangs. This is especially nasty for tests that are supposed to fail if they run too long.