Created
November 28, 2014 11:03
-
-
Save thegreatshasha/8c2c3897a668c3030867 to your computer and use it in GitHub Desktop.
Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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