Skip to content

Latest commit

 

History

History
81 lines (15 loc) · 559 Bytes

INTRO.rst

File metadata and controls

81 lines (15 loc) · 559 Bytes

Testing is good...

django$ find django -name '*.py' | xargs wc -l | tail -1
116949 total
django$ find tests -name '*.py' | xargs wc -l | tail -1
91002 total

Testing can be tedious...

  • you'll be testing in the browser anyway
  • form some good habits
  • cheat

Slides can be tedious... Let's build something

  • Optimised for demonstration only
  • Pick the bits that work best for you