Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51094
| References | <402312e9-3952-48ff-99da-bd76856042e5@googlegroups.com> <mailman.4910.1374307892.3114.python-list@python.org> <9a7d2025-380a-43a9-add5-06691d77fc07@googlegroups.com> |
|---|---|
| Date | 2013-07-23 13:04 -0500 |
| Subject | Re: Python testing tools |
| From | Skip Montanaro <skip@pobox.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5010.1374602666.3114.python-list@python.org> (permalink) |
> 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 | 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