blob: 83b39cccd36618f3d4a1092c5db42ad341cb4617 (
plain) (
blame)
1
2
3
4
5
6
|
This is a plugin which will terminate tests after a certain timeout.
When doing so it will show a stack dump of all threads running at the
time. This is useful when running tests under a continuous integration
server or simply if you don't know why the test suite hangs.
WWW: https://bitbucket.org/pytest-dev/pytest-timeout
|