diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-12 14:15:21 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-12 14:15:21 +0100 |
commit | fd5ff02042909120bb5eecc3f884ad809dbe25e3 (patch) | |
tree | 4981719d59b62343ece58e79dcf15948f0dd5bbe /test/test_youtube_lists.py | |
parent | 2b5b2cb84cb380eec0433f9e6b6ed92181108d96 (diff) |
streamlined and simplified dynamic tests generation; readded a couple of test features
Diffstat (limited to 'test/test_youtube_lists.py')
-rw-r--r-- | test/test_youtube_lists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_youtube_lists.py b/test/test_youtube_lists.py index 8939a5259..f9c344da1 100644 --- a/test/test_youtube_lists.py +++ b/test/test_youtube_lists.py @@ -57,7 +57,7 @@ class TestYoutubeLists(unittest.TestCase): self.assertEqual(DL.result[-1], ['http://www.youtube.com/watch?v=rYefUsYuEp0']) def test_youtube_channel(self): - """I give up, please find a channel that does paginate and test this like test_youtube_playlist_long""" + # I give up, please find a channel that does paginate and test this like test_youtube_playlist_long pass # TODO def test_youtube_user(self): |