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: 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> <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 To: cutems93 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 > 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