From a1745c3c879ac66a51125bc4ce2a2dd89d50e6da Mon Sep 17 00:00:00 2001 From: Moritz Schott Date: Wed, 7 Aug 2024 18:06:55 +0200 Subject: [PATCH] improve test method documentation Co-authored-by: Matthias (~talfus-laddus) <83658582+matthiasschaub@users.noreply.github.com> --- ohsome/test/test_exceptions.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ohsome/test/test_exceptions.py b/ohsome/test/test_exceptions.py index b30e7f0..37a4577 100644 --- a/ohsome/test/test_exceptions.py +++ b/ohsome/test/test_exceptions.py @@ -44,10 +44,7 @@ def test_timeout_error(base_client): def test_broken_response_timeout_error(base_client): - """ - Test whether an OhsomeException is raised, if the ohsome API contains a JSONDecodeError - :return: - """ + """Test whether an OhsomeException is raised in case of a JSONDecodeError.""" bboxes = "8.67066,49.41423,8.68177,49.4204" time = "2010-01-01/2011-01-01/P1Y"