FIX: tests: tripple-quote error (closing quotes missing)
authorGergely Imreh <imrehg@gmail.com>
Fri, 19 Mar 2010 05:00:04 +0000 (13:00 +0800)
committerGergely 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

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__':