Skip to content

Commit

Permalink
added a testfunction for nonexisting live data
Browse files Browse the repository at this point in the history
  • Loading branch information
theofre committed Jun 19, 2024
1 parent 3aee262 commit 1248941
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/converters/herrenberg_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ def test_get_static_parking_sites(herrenberg_pull_converter: HerrenbergPullConve
), 'There should be more valid then invalid parking sites'

validate_static_parking_site_inputs(static_parking_site_inputs)

@staticmethod
def test_get_realtime_parking_sites():
pass

0 comments on commit 1248941

Please sign in to comment.