Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51106
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.043 |
| X-Spam-Evidence | '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'learn,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'question.': 0.14; 'posted': 0.15; 'advice:': 0.16; 'finney': 0.16; 'helps.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; '(you': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'url:moin': 0.24; 'header:X-Complaints-To:1': 0.27; 'testing': 0.29; 'url:wiki': 0.31; 'writes:': 0.31; 'interface': 0.32; 'url:python': 0.33; 'beyond': 0.35; 'but': 0.35; 'google': 0.35; 'url:org': 0.36; 'unit': 0.37; 'thank': 0.38; 'ben': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'hope': 0.61; 'july': 0.63; 'choose': 0.64; 'different': 0.65; 'benefit': 0.68; '20,': 0.68; '8bit%:21': 0.69; 'applying': 0.72; 'groups.': 0.74; 'taxonomy': 0.84; '\xe2\x80\x9cthis': 0.84; '\xe2\x80\x9cthe': 0.91; 'wanting': 0.93; '2013': 0.98 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Ben Finney <ben+python@benfinney.id.au> |
| Subject | Re: Python testing tools |
| Date | Wed, 24 Jul 2013 08:51:00 +1000 |
| References | <402312e9-3952-48ff-99da-bd76856042e5@googlegroups.com> <mailman.4910.1374307892.3114.python-list@python.org> <9a7d2025-380a-43a9-add5-06691d77fc07@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Gmane-NNTP-Posting-Host | rasputin.madmonks.org |
| X-Public-Key-ID | 0xBD41714B |
| X-Public-Key-Fingerprint | 9CFE 12B0 791A 4267 887F 520C B7AC 2E51 BD41 714B |
| X-Public-Key-URL | http://www.benfinney.id.au/contact/bfinney-gpg.asc |
| X-Post-From | Ben Finney <bignose+hates-spam@benfinney.id.au> |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
| Cancel-Lock | sha1:9+KYpYELn6HgO1/2qke/gsIm5sY= |
| 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.5016.1374619877.3114.python-list@python.org> (permalink) |
| Lines | 29 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1374619877 news.xs4all.nl 15872 [2001:888:2000:d::a6]:40842 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:51106 |
Show key headers only | View raw
cutems93 <ms2597@cornell.edu> writes: > On Saturday, July 20, 2013 1:11:12 AM UTC-7, Ben Finney wrote: > > You will find these discussed at the Python Testing Tools Taxonomy > > <URL:http://wiki.python.org/moin/PythonTestingToolsTaxonomy>. > > > > Hope that helps. > > Thank you, but I already read this page before I posted this question. (You will benefit from also reading and applying <URL:http://wiki.python.org/moin/GoogleGroupsPython> before using Google Groups. My advice: choose a different interface to this forum, Google Groups is terrible.) > What I want to know is whether you personally use these tools other > than unit testing tools. Yes, I do :-) What are you actually wanting to learn, beyond a collection of “this is what I use” stories? -- \ “The way to build large Python applications is to componentize | `\ and loosely-couple the hell out of everything.” —Aahz | _o__) | Ben Finney
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