pytest-timeout 0.4

Floris Bruynooghe flub at devork.be
Thu Aug 7 00:49:21 CEST 2014


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


More information about the Python-announce-list mailing list