Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
913da481
Commit
913da481
authored
Aug 11, 2009
by
Josh Roesslein
Browse files
Tests update.
parent
c1594632
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests.py
View file @
913da481
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment