Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51096
| 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 | <skip.montanaro@gmail.com> |
| 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> <mailman.4910.1374307892.3114.python-list@python.org> <9a7d2025-380a-43a9-add5-06691d77fc07@googlegroups.com> <mailman.5010.1374602666.3114.python-list@python.org> <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 <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.5011.1374604399.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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