Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1344 > unrolled thread

pytest-timeout 0.4

Started byFloris Bruynooghe <flub@devork.be>
First post2014-08-06 23:49 +0100
Last post2014-08-06 23:49 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  pytest-timeout 0.4 Floris Bruynooghe <flub@devork.be> - 2014-08-06 23:49 +0100

#1344 — pytest-timeout 0.4

FromFloris Bruynooghe <flub@devork.be>
Date2014-08-06 23:49 +0100
Subjectpytest-timeout 0.4
Message-ID<mailman.12738.1407479852.18130.python-announce-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web