projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08009fb
)
FIX: tests: tripple-quote error (closing quotes missing)
author
Gergely Imreh
<imrehg@gmail.com>
Fri, 19 Mar 2010 05:00:04 +0000
(13:00 +0800)
committer
Gergely Imreh
<imrehg@gmail.com>
Fri, 19 Mar 2010 05:02:56 +0000
(13:02 +0800)
Placed the opening quotes to the right indentation level, and
re-added closing quotes to be able to run the tests.
tests.py
patch
|
blob
|
blame
|
history
diff --git
a/tests.py
b/tests.py
index 3a5acbc6b13c98560215af050f85d2a8d7dd979d..f2c735ff8904fb5064b7683ca278d49827fe84c9 100644
(file)
--- a/
tests.py
+++ b/
tests.py
@@
-265,7
+265,8
@@
class TweepyAPITests(unittest.TestCase):
self.api.trends_current()
self.api.trends_daily()
self.api.trends_weekly()
- """
+
+"""
class TweepyCursorTests(unittest.TestCase):
def setUp(self):
@@
-373,7
+374,7
@@
class TweepyCacheTests(unittest.TestCase):
self._run_tests()
self.cache.flush()
os.rmdir('cache_test_dir')
-
+"""
if __name__ == '__main__':