Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed1.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'output': 0.05; 'subject:Python': 0.06; 'coverage.': 0.07; 'wrapper': 0.09; 'cc:addr:python-list': 0.11; 'wrote': 0.14; 'coverage?': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'think?': 0.16; ':-)': 0.16; 'sender:addr:gmail.com': 0.17; 'things.': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'script': 0.25; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'skip:s 30': 0.35; 'tool': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'thank': 0.38; 'heard': 0.39; 'different': 0.65; 'fact,': 0.69 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=xzcPXqRWs6MHuU0o5s7W56UY8DC7gbuMYftnyzYslAo=; b=Osf6INwLVO2PbIhj1eCX7hZyFpdfazumRyPyoFgdjDgNUcuW+njWAnmrm7zeR2bcuN xzTOEFogKnExJusILP0gajnfPivZcdF6aCCYvX29tt4dkH05B7SDx3rqNSZ7aUoqNMfk z4aOMk36isKEoPAG/uDcDhOzi9pxpqcfbTeuUwOxEbcVLw8HFV5WBpaoGGhc8hQrzRKy MZL7Fjtj/Zb1nNB8EyvpXjymXiUIlfq2c+t8E2Vmvp0V/GfN6NfVM7x6CQi1vSKD8JSd ViUeq6VW/ZauIlIMdCzouklZ1ZsjN9awqO75cXsylsfce7QCP40GGubAr1usmiCdv5hi G3rQ== MIME-Version: 1.0 X-Received: by 10.43.77.137 with SMTP id zi9mr18340161icb.106.1374604390385; Tue, 23 Jul 2013 11:33:10 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <2ff91ad7-a528-4a75-a4ea-5b6a9194a776@googlegroups.com> References: <402312e9-3952-48ff-99da-bd76856042e5@googlegroups.com> <9a7d2025-380a-43a9-add5-06691d77fc07@googlegroups.com> <2ff91ad7-a528-4a75-a4ea-5b6a9194a776@googlegroups.com> Date: Tue, 23 Jul 2013 13:33:10 -0500 X-Google-Sender-Auth: LNEaTWod69HByjIAG2mwyBjlEyc 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374604399 news.xs4all.nl 15931 [2001:888:2000:d::a6]:57778 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51096 > Thank you! What tool do you use for coverage? coverage. :-) > And have you used pychecker? Yes, in fact, I used to use a wrapper script I wrote that ran both pylint and pychecker, then massaged the output into suitable-for-emacs-next-error-command > I heard it is as good as pylint. What do you think? They overlap a fair bit, but do somewhat different things. S