From 3194b1295e8f4a6d151d18ad4f23174c63408c05 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 12 Oct 2019 21:02:39 +0200 Subject: Re-add and test trends API --- tests/test_instance.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/test_instance.py') diff --git a/tests/test_instance.py b/tests/test_instance.py index 343af18..e7dee1f 100644 --- a/tests/test_instance.py +++ b/tests/test_instance.py @@ -43,3 +43,8 @@ def test_nodeinfo(api): assert nodeinfo assert nodeinfo.version == '2.0' + +@pytest.mark.vcr() +def test_trends(api): + assert isinstance(api.trends(), list) + -- cgit v1.2.3