Skip to content

Commit

Permalink
style: run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Oct 24, 2024
1 parent 933fc1d commit e99cc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
s = QgsSettings()
data = s.value("ORStools/config")


def pytest_sessionstart(session):
"""
Called after the Session object has been created and
Expand Down
4 changes: 1 addition & 3 deletions tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,4 @@ def test_ORStoolsDialog(self):
dlg.line_tool.canvasDoubleClickEvent(map_dclick)

self.assertTrue(dlg.isVisible())
self.assertEqual(
dlg.routing_fromline_list.item(0).text(), "Point 0: -0.187575, 56.516620"
)
self.assertEqual(dlg.routing_fromline_list.item(0).text(), "Point 0: -0.187575, 56.516620")

0 comments on commit e99cc06

Please sign in to comment.