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
developing web stuff, then yo
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:
> https://mail.python.org/mailman/listi
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,
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 Knut
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 wat
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 sloggi
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:
> https://mail.python.org/ma
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