From: Aaron Hill Date: Mon, 19 Aug 2013 19:50:11 +0000 (-0400) Subject: Removed test() method X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ea35ea47c11ae16939598a46e4141470100e7fe1;p=tweepy.git Removed test() method --- diff --git a/tweepy/api.py b/tweepy/api.py index 3466975..c67ad69 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -475,16 +475,6 @@ class API(object): require_auth = True ) - """ help/test """ - def test(self): - try: - bind_api( - path = '/help/test.json', - )(self) - except TweepError: - return False - return True - create_list = bind_api( path = '/lists/create.json', method = 'POST',