From: Josh Roesslein Date: Tue, 11 Aug 2009 20:20:52 +0000 (-0500) Subject: Tests update. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=913da481ce8b8e19521c843ee450ee7021bf86f6;p=tweepy.git Tests update. --- diff --git a/tests.py b/tests.py index f6f77d5..6335e52 100644 --- a/tests.py +++ b/tests.py @@ -13,8 +13,8 @@ from tweepy import * class TweepyAPITests(unittest.TestCase): # Must supply twitter account credentials for tests - username = 'tweebly' - password = 'omega1987twitter' + username = '' + password = '' def setUp(self): self.api = API(BasicAuthHandler(self.username, self.password), self.username)