Terry Carroll writes:
> Thanks to Alan, Danny, Albert-Jan and Ben for their suggestions. I've
> now gotten my feet wet in unittest and have gone from not quite
> knowing where to start to making substantial progress, with a small
> suite of tests up and running.
Great start!
Do keep in mind tha
Thanks to Alan, Danny, Albert-Jan and Ben for their suggestions. I've now
gotten my feet wet in unittest and have gone from not quite knowing
where to start to making substantial progress, with a small suite of tests
up and running.
___
Tutor maillist
Terry Carroll writes:
> Is anyone aware of any good tutorials on testing one's Python code?
>
> Any resources would be helpful. I am aware of the docs on unittest,
> but I'm looking for a more tutorial approach.
The book Dive Into Python (available both for Python 2 and Python 3)
http://www.dive
(sorry for top-posting)
I liked
https://www.packtpub.com/application-development/python-testing-beginners-guide
though perhaps it was a bit too basic. It covers forest, unit test, nose.
> Date: Thu, 19 May 2016 12:34:27 -0700
> From: carr...@tjc.com
> To: tutor@python.org
> Subject: [Tutor] Get
On Thu, May 19, 2016 at 12:34 PM, Terry Carroll wrote:
> Is anyone aware of any good tutorials on testing one's Python code?
>
> These days, I'm a hobby programmer, writing little things just for my own
> use, and don't really sweat testing much. But I do have one niche
> open-source project where
On 19/05/16 20:34, Terry Carroll wrote:
> Is anyone aware of any good tutorials on testing one's Python code?
I'm not a big fan of video tutorials but I recently had to teach
myself Junit testing (and mockito) in Java and I found that
Youtube videos really helped. I know there are similar videos
o