At: lists/tests.py (ch06l021-2) in http://chimera.labs.oreilly.com/books/1234000000754/ch06.html#_a_test_class_for_new_list_creationThere seem to be some typos in the code - unless Dan and I are implementing something wrong. The comments show how I got things working.
--
You received this message because you are subscribed to the Google Groups "Obey the testing goat! Test-Driven Web Development with Python book" group.
To unsubscribe from this group and stop receiving emails from it, send an email to obey-the-testing-go...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
http://chimera.labs.oreilly.com/books/1234000000754/ch09.html#_breakdown_of_a_fabric_script_for_our_deployment The "Here's one I made earlier"-Link goes to some unrelated wikipedia page about the content of a television show.
--
You received this message because you are subscribed to the Google Groups "Obey the testing goat! Test-Driven Web Development with Python book" group.
To unsubscribe from this group and stop receiving emails from it, send an email to obey-the-testing-go...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
maybe I need to change that link to this one? http://www.bbc.co.uk/cult/classic/bluepeter/valpetejohn/trivia.shtml
On 10 April 2014 04:30, Adrian Scheffler <adria...@hush.com> wrote:
http://chimera.labs.oreilly.com/books/1234000000754/ch09.html#_breakdown_of_a_fabric_script_for_our_deployment The "Here's one I made earlier"-Link goes to some unrelated wikipedia page about the content of a television show.
--
You received this message because you are subscribed to the Google Groups "Obey the testing goat! Test-Driven Web Development with Python book" group.
To unsubscribe from this group and stop receiving emails from it, send an email to obey-the-testing-goat-book+unsub...@googlegroups.com.
test_saving_and_retrieving_items and replace with this"'$ git commit -am "Implement duplicate item validation at model layer"'
"...Time for test for the positive case where authenticate should return a user object. We expect this to fail."
http://chimera.labs.oreilly.com/books/1234000000754/ch16.html#_beware_of_mocks_in_boolean_comparisons
This section is slightly counterintuitive for me, because i think this
problem should be addressed right away, when the test is introduced and
doesn't fail. At the beginning you mentioned the importance of seeing
the tests fail before fixing them and this seems to be a good example.
form_valid function, and"