Re: [Tutor] understanding code testing

2017-04-16 Thread boB Stepp
On Sat, Apr 15, 2017 at 9:33 AM, Rafael Knuth wrote: > can anyone point me to good learning resources on this subject? > (python 3) I have been liking "Testing Python -- Applying Unit Testing, TDD, BDD, and Acceptance Testing" by David Sale, c. 2014. If you are into

Re: [Tutor] understanding code testing

2017-04-16 Thread Mats Wichmann
On 04/15/2017 08:33 AM, Rafael Knuth wrote: > can anyone point me to good learning resources on this subject? > (python 3) > ___ > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: >

Re: [Tutor] understanding code testing

2017-04-16 Thread Alan Gauld via Tutor
On 16/04/17 03:18, Aaron Myatt via Tutor wrote: > 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,

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] understanding code testing

2017-04-15 Thread Alan Gauld via Tutor
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

Re: [Tutor] understanding code testing

2017-04-15 Thread leam hall
For python specific I'd look at unittest: https://docs.python.org/3/library/unittest.html?highlight=test#module-unittest For testing in general then "Test Driven Development By Example" by Kent Beck. Examples are in Java but he explains the theory. I've been on a testing kick lately and am

Re: [Tutor] understanding code testing

2017-04-15 Thread Joel Goldstick
On Sat, Apr 15, 2017 at 10:33 AM, Rafael Knuth wrote: > can anyone point me to good learning resources on this subject? > (python 3) > ___ > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: >

[Tutor] understanding code testing

2017-04-15 Thread Rafael Knuth
can anyone point me to good learning resources on this subject? (python 3) ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor