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


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

pytest-timeout 0.4

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <floris.bruynooghe@gmail.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.055
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'url:pypi': 0.03; 'debugging': 0.07; 'fixes': 0.07; 'additionally': 0.09; 'bug': 0.12; 'pdb': 0.16; 'timeout': 0.16; 'to:addr:python-announce- list': 0.16; 'sender:addr:gmail.com': 0.17; 'stack': 0.19; 'tests': 0.22; 'conjunction': 0.24; 'test.': 0.24; 'server.': 0.24; 'certain': 0.27; 'testing': 0.29; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'option': 0.32; 'url:python': 0.33; 'running': 0.33; 'announce': 0.33; 'framework': 0.33; 'test': 0.35; 'received:google.com': 0.35; 'hi,': 0.36; 'url:org': 0.36; 'integration': 0.37; 'to:addr:python.org': 0.39; 'release': 0.40; 'easy': 0.60; 'availability': 0.60; 'issues,': 0.61; 'show': 0.63; 'url:0': 0.67; 'hang': 0.67; 'continuous': 0.68; 'url:4': 0.69; 'power': 0.76; 'hanging': 0.84; 'interrupt': 0.84; 'drops': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=s04VrdfYKQm8sgR1PfGVQfwOr/Cpo1G9V3tTg0dOZws=; b=hxAkI02SKRnTwtPI8h016y1hneru/bJgyPqFWftg1a0pMh4eZyuyb7tjJeaA/MAwUO P03I5OOzaeoaKYe4rLOuPZ70OEuSX7ZfVO07o/Xlvtmwns+YRok/NELl5pxMNXXIA7tK xqDaA143bkqa/UsPmQoMl9oCjoBFfOtbWG5UeX7HagnEqpf1zzXvPNGAajpijfEebW0j nez0Ce45idE5thG9sA0eK9886yYtxi8qDTj4EEfkav36aNbSCaigZEVKbklTf3l5yBu1 uUkCXU+zmsioredK7fb47yOLG2W1DSF/RUDV74vue05VXfU0xuj56hzZA/v/tJW2aMCn EStA==
MIME-Version 1.0
X-Received by 10.60.176.104 with SMTP id ch8mr18819965oec.64.1407365361801; Wed, 06 Aug 2014 15:49:21 -0700 (PDT)
Sender floris.bruynooghe@gmail.com
Date Wed, 6 Aug 2014 23:49:21 +0100
X-Google-Sender-Auth tuPA6yzFZOHIhpPQCeXksEQSAGo
Subject pytest-timeout 0.4
From Floris Bruynooghe <flub@devork.be>
To python-announce-list@python.org
Content-Type text/plain; charset=UTF-8
X-Mailman-Approved-At Fri, 08 Aug 2014 08:37:32 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.12738.1407479852.18130.python-announce-list@python.org> (permalink)
Lines 26
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1407479852 news.xs4all.nl 2860 [2001:888:2000:d::a6]:38950
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1344

Show key headers only | View raw


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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web