sandiegopython/test-driven-django-development

Question: 11 tests vs 10 tests in Blog Entry Detail

riseriyo opened this issue · 1 comments

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'..

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