pytest-timeout 0.4
![](https://secure.gravatar.com/avatar/b270b5f10f22a9d6e64b9549bdce3171.jpg?s=120&d=mm&r=g)
Hi, I'm pleased to announce the availability of pytest-timeout 0.4: https://pypi.python.org/pypi/pytest-timeout/0.4 pytest-timeout is a plugin for the py.test testing framework which will interrupt hanging tests after a timeout and show stack traces for all threads at this time. This can greatly easy debugging certain issues, especially when running tests on continuous integration server. This release provides support for using pytest-timeout in conjunction with the --pdb option from py.test. When a test fails and py.test drops you into an interactive pdb session pytest-timeout will now no longer time-out the test. Additionally this release fixes a bug where a hang in the teardown of a session-scoped fixture would not be caught by pytest-timeout. Regards, Floris -- Debian GNU/Linux -- The Power of Freedom www.debian.org | www.gnu.org | www.kernel.org
participants (1)
-
Floris Bruynooghe