======================================================================
ERROR: testActivation (accounts.tests.RegistrationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/web/byteflow/../byteflow/apps/accounts/tests.py", line 14, in setUp
self.em = mail.outbox[0]
IndexError: list index out of range
======================================================================
ERROR: testContentValid (accounts.tests.RegistrationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/web/byteflow/../byteflow/apps/accounts/tests.py", line 14, in setUp
self.em = mail.outbox[0]
IndexError: list index out of range
======================================================================
ERROR: testMailExist (accounts.tests.RegistrationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/web/byteflow/../byteflow/apps/accounts/tests.py", line 14, in setUp
self.em = mail.outbox[0]
IndexError: list index out of range
======================================================================
ERROR: testSubjectValid (accounts.tests.RegistrationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/web/byteflow/../byteflow/apps/accounts/tests.py", line 14, in setUp
self.em = mail.outbox[0]
IndexError: list index out of range
======================================================================
ERROR: testUserCreate (accounts.tests.RegistrationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/web/byteflow/../byteflow/apps/accounts/tests.py", line 14, in setUp
self.em = mail.outbox[0]
IndexError: list index out of range
======================================================================
FAIL: testAnonymousComment (blog.tests.PostTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/web/byteflow/../byteflow/apps/blog/tests.py", line 54, in testAnonymousComment
self.assertEquals(len(mail.outbox), 1)
AssertionError: 0 != 1
----------------------------------------------------------------------
Ran 19 tests in 17.175s
FAILED (failures=1, errors=5)