pytest-timeout 0.3

pytest-timeout is a plugin for py.test which will terminate tests after a certain timeout. When doing so you will get a stack dump of all threads running at the time. This is useful when e.g. running tests under a continuous integration (CI)...