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

Question: 11 tests vs 10 tests in Blog Entry Detail #149

Closed riseriyo closed 9 years ago

riseriyo commented 9 years ago

Aren't there 11 tests that succeed by the time we arrive at the very bottom of Blog Entry Detail? Am double checking coz that's what I have.

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

...........

Ran 11 tests in 0.073s

OK Destroying test database for alias 'default'..

riseriyo commented 9 years ago

Oops. Nevermind. I see what I did.... Closing Issue.