[Tutor] Getting started in testing

Alan Gauld alan.gauld at yahoo.co.uk
Thu May 19 16:49:20 EDT 2016


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
on Python's unittest (as well as alternatives such as nose).

So a Youtube search might be a good start.
And since most are only 10 minutes or so long you won't
waste much time if you decide they aren't working for you.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list