Skip to content

Commit

Permalink
improve test method documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias (~talfus-laddus) <83658582+matthiasschaub@users.noreply.github.com>
  • Loading branch information
SlowMo24 and matthiasschaub authored Aug 7, 2024
1 parent b7a9753 commit a1745c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ohsome/test/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a1745c3

Please sign in to comment.