Test Driven Development with Python and Django

david 7a00f5ba79 README.md Updated Last At Link, We are now at Chapter 4! %!s(int64=5) %!d(string=hai) anos
lists ffd1f3d86f Basic View now returns Minimal HTML %!s(int64=5) %!d(string=hai) anos
superlists c00b3f8b3c Init Commit %!s(int64=5) %!d(string=hai) anos
.gitignore c00b3f8b3c Init Commit %!s(int64=5) %!d(string=hai) anos
README.md 7a00f5ba79 README.md Updated Last At Link, We are now at Chapter 4! %!s(int64=5) %!d(string=hai) anos
WHERE.txt c00b3f8b3c Init Commit %!s(int64=5) %!d(string=hai) anos
functional_tests.py c00b3f8b3c Init Commit %!s(int64=5) %!d(string=hai) anos
init_test.py c00b3f8b3c Init Commit %!s(int64=5) %!d(string=hai) anos
manage.py c00b3f8b3c Init Commit %!s(int64=5) %!d(string=hai) anos

README.md

Obey The Testing Goat

TOC

Last At

TDD Order Of Operations:

  1. Code a Test!
  2. Run test and ensure it FAILS!
  3. Write MINIMUM Code to PASS!
  4. Run test and ensure it PASSES!
  5. Rewrite code smaller/better, Refactor, DRY, etc.
  6. Run test and ensure it PASSES!
  7. Commit to a Git repo!