sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

Add a sixth tutorial: The Testing Game #45

Closed treyhunner closed 10 years ago

treyhunner commented 10 years ago

Related to issue #36.

treyhunner commented 10 years ago

Added some more details to this one.

treyhunner commented 10 years ago

I have made a lot of progress the first part of this extra tutorial. Anyone want to give it a look?

I'll be working on the second part of the tutorial tomorrow.

willingc commented 10 years ago

Hoping that my brain is more engaged this morning and that I pushed to the right place vs. the crazy pull of last night. If I messed up again, I'm missing a workflow nuance :)

treyhunner commented 10 years ago

@willingc ah I didn't realize your pull request included this one.

The changes look great. I like the shortened explanations. I made a couple more changes on top of yours.

Now we just need to decide on how/whether the Gravatar tutorial will work. I can pull that out and make that part of a separate pull request if that makes more sense.

willingc commented 10 years ago

@treyhunner Thanks for cleaning up the formatting.

It might be best to create a new branch for the gravatar tutorial.

The gravatar tutorial could add the gravatar code (which you have mostly done); have the user run coverage to see that the coverage decreases; then add tests; run coverage again to see that coverage increases. That would cover the open tasks for this issue within the gravatar tutorial :)

treyhunner commented 10 years ago

@willingc I removed the gravatar tutorial.

I think this may be ready for merging now.

treyhunner commented 10 years ago

Merged the testing game tutorial after wrestling with some very odd merge conflicts.