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
103 stars 35 forks source link

Models tutorial #4

Closed treyhunner closed 11 years ago

treyhunner commented 11 years ago

Goals:

treyhunner commented 11 years ago

Do you think we should split everything in the "Our first test" section into a separate file to be read after the models one?

paulcollinsiii commented 11 years ago

@treyhunner in this specific case I think keeping them together, even though it makes for a longer read, is worth it. If we split up creating the model from creating the tests we've lost a tiny bit of the test driven bit of TDD.

davidfischer commented 11 years ago

And no more auto-merge. I guess that's ok.

davidfischer commented 11 years ago

I ran through this section and it works in 2.6 and 2.7 and I think it's fairly easy to follow. Perhaps it could be made better but I think it's worth merging. If some one else signs off, I'll do the manual merge.

:ship: