From ea35ea47c11ae16939598a46e4141470100e7fe1 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Mon, 19 Aug 2013 15:50:11 -0400 Subject: [PATCH] Removed test() method --- tweepy/api.py | 10 ---------- 1 file changed, 10 deletions(-) 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', -- 2.25.1