From be8ae40caf444a0af8a5f1a986783fef99f281ea Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 26 Apr 2015 20:10:24 +0300 Subject: [PATCH] Failing test for #124 --- tests/test_pylast.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test_pylast.py b/tests/test_pylast.py index 8962ef3..e3581b9 100755 --- a/tests/test_pylast.py +++ b/tests/test_pylast.py @@ -1101,6 +1101,14 @@ class TestPyLast(unittest.TestCase): # Assert self.helper_only_one_thing_in_top_list(tags, pylast.Tag) + def test_network_get_top_tags_with_no_limit(self): + # Arrange + # Act + tags = self.network.get_top_tags() + + # Assert + self.helper_at_least_one_thing_in_top_list(tags, pylast.Tag) + def test_network_get_top_tracks_with_limit(self): # Arrange # Act