Skip to content

Commit

Permalink
skip_logic: add test stub (so I don't forget to write it)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed Dec 22, 2023
1 parent bc89f01 commit f957d50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travel_time_platform_plugin/tests/tests_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ def test_loading_map_tiles(self):
model.data(treeview.currentIndex()),
"TravelTime - Lux",
)

def test_skip_logic(self):
raise Exception("DO THIS")

0 comments on commit f957d50

Please sign in to comment.