ask-compu/python-twitter

Current head (dca91beb7418) has a failing unit test

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?
1. clone revision dca91beb7418
2. run the unit tests

What is the expected output? What do you see instead?
Expected:
 all tests pass

Actual:
ERROR: Test the twitter.Api GetFollowers method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "[...]/python-twitter/twitter_test.py", line 446, in testGetFollowers
    users = self._api.GetFollowers(page=1)
TypeError: GetFollowers() got an unexpected keyword argument 'page'

What version of the product are you using? On what operating system?
  rev dca91beb7418, Python 2.6.5, Linux


Original issue reported on code.google.com by spielman...@googlemail.com on 4 Jan 2013 at 10:10

fixed in latest version

Original comment by bear42 on 6 Oct 2013 at 10:22

  • Changed state: Fixed