danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Current head (dca91beb7418) has a failing unit test #246

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
fixed in latest version

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