Removed test() method
authorAaron Hill <aa1ronham@gmail.com>
Mon, 19 Aug 2013 19:50:11 +0000 (15:50 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Mon, 19 Aug 2013 19:50:11 +0000 (15:50 -0400)
tweepy/api.py

index 3466975f8201fd666771c97a048d0525ae562a9c..c67ad695fd402a3abcfc14e28bd285650b079d29 100644 (file)
@@ -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',