Tests update.
authorJosh Roesslein <jroesslein@gmail.com>
Tue, 11 Aug 2009 20:20:52 +0000 (15:20 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Tue, 11 Aug 2009 20:20:52 +0000 (15:20 -0500)
tests.py

index f6f77d574914024b6471347b64306761355b5516..6335e52a0428bd66b416ea9c3ac0ac9f5305bb2f 100644 (file)
--- 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)