From 80b8c21187381481673b0ca6f0cd7220da38c8d3 Mon Sep 17 00:00:00 2001 From: ricardojdsilva87 Date: Wed, 30 Oct 2024 11:46:51 +0000 Subject: [PATCH] fix: lint error,add docstring to test_fetch_sponsor_info test --- test_contributor_stats.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_contributor_stats.py b/test_contributor_stats.py index 9686337..692edee 100644 --- a/test_contributor_stats.py +++ b/test_contributor_stats.py @@ -161,6 +161,9 @@ def test_is_new_contributor_false(self): @patch("requests.post") def test_fetch_sponsor_info(self, mock_post): + """ + Test the get_sponsor_information function. + """ # Mock response data mock_response = MagicMock() mock_response.status_code = 200