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 Note Explaining TestCase #109

Closed riseriyo closed 9 years ago

riseriyo commented 10 years ago

Suggestion: After the paragraph,

"If we read the output carefully, the manage.py test command did a few things. First, it created a test database. ...",

add a Note that encourages folks to read more about: from django.test import TestCase at https://docs.djangoproject.com/en/1.6/topics/testing/tools/#django.test.TestCase