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


Groups > comp.lang.python > #51094

Re: Python testing tools

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.029
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'question.': 0.14; 'posted': 0.15; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'nose': 0.16; 'stuff.': 0.16; 'sender:addr:gmail.com': 0.17; 'fit': 0.20; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'testing': 0.29; 'message-id:@mail.gmail.com': 0.30; '(maybe': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'coverage': 0.36; "didn't": 0.36; 'unit': 0.37; 'thank': 0.38; 'read': 0.60; 'ago.': 0.61; 'worth': 0.66; 'brain': 0.68; 'past,': 0.68; 'mock': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=nxu+yRPk9pWbjrOK6D08RUhvZWEJhFJ98dCs8qzjkjc=; b=snq3Lj6VfF1b4Lnzp6kWlgxHBtF8JrAlZPH7O81OPMNrpJRH1b+JzC0vFUKHv45n62 wuticZ3In3OA4bNGIGd7gwy4w1KXfx3KmShW9OlKruWh0XAv/W4r/TNMMCIAC83J62Ef Kfe4WavzGbNWvyit/OuTv5bdy17sgs20hlCnPwZgGuFsd1FhLf/bfo7vjzahzq/im5rA MzGruHzQSD90W1ZdyCrUPk/Xf3V2jmAcWNrt2Vc8LPYzXVOc9yO0u0Soc6FxdGzjtYwX 5KOTrNEZPYb76DxWLxUGUGTYoNclKJunHRKCSQnsq3KjUvLmRgW26dDiS7FZgSeJA86z 0nBw==
MIME-Version 1.0
X-Received by 10.50.6.16 with SMTP id w16mr12337243igw.29.1374602663239; Tue, 23 Jul 2013 11:04:23 -0700 (PDT)
Sender skip.montanaro@gmail.com
In-Reply-To <9a7d2025-380a-43a9-add5-06691d77fc07@googlegroups.com>
References <402312e9-3952-48ff-99da-bd76856042e5@googlegroups.com> <mailman.4910.1374307892.3114.python-list@python.org> <9a7d2025-380a-43a9-add5-06691d77fc07@googlegroups.com>
Date Tue, 23 Jul 2013 13:04:23 -0500
X-Google-Sender-Auth QuSs1mKZyGblGakdybI05mp4REE
Subject Re: Python testing tools
From Skip Montanaro <skip@pobox.com>
To cutems93 <ms2597@cornell.edu>
Content-Type text/plain; charset=UTF-8
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5010.1374602666.3114.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374602666 news.xs4all.nl 15970 [2001:888:2000:d::a6]:45316
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51094

Show key headers only | View raw


> Thank you, but I already read this page before I posted this question. What I want to
> know is whether you personally use these tools other than unit testing tools.

I tried using one of the mock tools a few years ago.  I found it
didn't fit my brain very well.  (Maybe it was just me.)

I use pylint all the time, and coverage from time-to-time, have used
nose in the past, but not for my current stuff.  All are worth your
time.

Skip

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


Thread

Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-19 15:56 -0700
  Re: Python testing tools Ben Finney <ben+python@benfinney.id.au> - 2013-07-20 18:11 +1000
    Re: Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-23 10:51 -0700
      Re: Python testing tools Skip Montanaro <skip@pobox.com> - 2013-07-23 13:04 -0500
        Re: Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-23 11:12 -0700
          Re: Python testing tools Skip Montanaro <skip@pobox.com> - 2013-07-23 13:33 -0500
            Re: Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-23 11:56 -0700
              Re: Python testing tools Skip Montanaro <skip@pobox.com> - 2013-07-23 14:11 -0500
      Re: Python testing tools Ben Finney <ben+python@benfinney.id.au> - 2013-07-24 08:51 +1000
        Re: Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-30 17:18 -0700
  Re: Python testing tools Y Yen <srcmap.y.yen@gmail.com> - 2013-07-24 15:02 -0700

csiph-web