projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c8f6d
)
Re-enable some tests.
author
Joshua Roesslein
<jroesslein@gmail.com>
Mon, 24 May 2010 03:47:30 +0000
(22:47 -0500)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Mon, 24 May 2010 03:47:30 +0000
(22:47 -0500)
tests.py
patch
|
blob
|
blame
|
history
diff --git
a/tests.py
b/tests.py
index 75911b40b7a4b4cfb3ae9d74314e7c5a3977165f..246e73adfc2337d04a2a7b089f873db794935244 100644
(file)
--- a/
tests.py
+++ b/
tests.py
@@
-271,7
+271,6
@@
class TweepyAPITests(unittest.TestCase):
self.api.nearby_places(lat=30.267370168467806, long=-97.74261474609375) # Austin, TX, USA
self.api.reverse_geocode(lat=30.267370168467806, long=-97.74261474609375) # Austin, TX, USA
-"""
class TweepyCursorTests(unittest.TestCase):
def setUp(self):
@@
-379,7
+378,6
@@
class TweepyCacheTests(unittest.TestCase):
self._run_tests()
self.cache.flush()
os.rmdir('cache_test_dir')
-"""
if __name__ == '__main__':