Re: [Tutor] understanding code testing

2017-04-16 Thread Aaron Myatt via Tutor
My favourite book on testing. It is a pretty thorough walk through of building a django app that helps you get a feel for the TDD work flow and red, green, refactor cycle. A rather more practical and real world applicable introduction to TDD, in my opinion. On 16 Apr 2017 12:59 a.m., "Rafael

Re: [Tutor] Learning Objectives?

2017-02-28 Thread Aaron Myatt via Tutor
Just my humble contribution: I rather appreciated this fellows intermediate python tutorial series: https://youtu.be/YSe9Tu_iNQQ?list=PLQVvvaa0QuDfju7ADVp5W1GF9jVhjbX-_ Though I would argue some other topics, like context managers, would also be worth including in his list. On 28 Feb 2017 9:15