[Tutor] understanding code testing
Alan Gauld
alan.gauld at yahoo.co.uk
Sat Apr 15 15:17:55 EDT 2017
On 15/04/17 15:33, Rafael Knuth wrote:
> can anyone point me to good learning resources on this subject?
I'd recommend YouTube as your first port of call.
There are a few python unit test videos but most of
the best stuff is Java focused, but it translates
to Python easily enough.
Once you've watched half a dozen and had a play with
your own code I'd then switch to a web site or book
for the details.
I'd also leave mocking till later, it can be confusing
until you really get to grips with TDD.
--
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