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

In Section: Making it a bit more robust #152

Open riseriyo opened 9 years ago

riseriyo commented 9 years ago

I'm not sure what tests are failing at the end of this section, Making it a bit more robust. I had started out with no tests failing before beginning this section, and ended with no tests failing up completion of this section at the bottom.

$ python manage.py test blog Creating test database for alias 'default'...

.......................

Ran 23 tests in 0.184s

OK Destroying test database for alias 'default'...