Skip to content

Instantly share code, notes, and snippets.

@thegreatshasha
Created November 28, 2014 11:03
Show Gist options
  • Save thegreatshasha/8c2c3897a668c3030867 to your computer and use it in GitHub Desktop.
Save thegreatshasha/8c2c3897a668c3030867 to your computer and use it in GitHub Desktop.
Error
Traceback (most recent call last):
File "/home/shashwat/envs/rebelmouse/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/mnt/local/home/shashwat/rebelmouse/community/tests/views/garyvee/test_pages.py", line 13, in test_pages
fp.test_success_response()
File "/mnt/local/home/shashwat/rebelmouse/community/tests/views/garyvee/mixins.py", line 10, in test_success_response
self.assertEqual(response.status_code, 200)
File "/usr/lib/python2.7/unittest/case.py", line 514, in assertEqual
assertion_func = self._getAssertEqualityFunc(first, second)
File "/usr/lib/python2.7/unittest/case.py", line 495, in _getAssertEqualityFunc
asserter = self._type_equality_funcs.get(type(first))
AttributeError: 'FrontPageTest' object has no attribute ‘_type_equality_funcs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment