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) <[email protected]>
  • Loading branch information
SlowMo24 and matthiasschaub committed Sep 3, 2024
1 parent 6fc7b03 commit 9dbcb89
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 9dbcb89

Please sign in to comment.