projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c159463
)
Tests update.
author
Josh Roesslein
<jroesslein@gmail.com>
Tue, 11 Aug 2009 20:20:52 +0000
(15:20 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Tue, 11 Aug 2009 20:20:52 +0000
(15:20 -0500)
tests.py
patch
|
blob
|
blame
|
history
diff --git
a/tests.py
b/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)