sbenthall / poll.emic

A tool for visualizing a Twitter user's relationships
12 stars 5 forks source link

Tests not working #16

Closed bkfunk closed 10 years ago

bkfunk commented 10 years ago

Traceback (most recent call last): File "/Users/bkarfunkel/anaconda/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/Users/bkarfunkel/Developer/poll.emic/tests/apiwrapper_test.py", line 20, in lookup_test assert isinstance(data,list), 'output is not a list' AssertionError: output is not a list

sbenthall commented 10 years ago

This helped! Thanks bkfunk! https://github.com/sbenthall/poll.emic/commit/37a735b5366566acb97bf130d0d65c405df3377e

bkfunk commented 10 years ago

should be fixed now with new pull

sbenthall commented 10 years ago

Fixed by

https://github.com/sbenthall/poll.emic/pull/18

Thanks Brian!