We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933fc1d commit e99cc06Copy full SHA for e99cc06
tests/conftest.py
@@ -12,6 +12,7 @@
12
s = QgsSettings()
13
data = s.value("ORStools/config")
14
15
+
16
def pytest_sessionstart(session):
17
"""
18
Called after the Session object has been created and
tests/test_gui.py
@@ -63,6 +63,4 @@ def test_ORStoolsDialog(self):
63
dlg.line_tool.canvasDoubleClickEvent(map_dclick)
64
65
self.assertTrue(dlg.isVisible())
66
- self.assertEqual(
67
- dlg.routing_fromline_list.item(0).text(), "Point 0: -0.187575, 56.516620"
68
- )
+ self.assertEqual(dlg.routing_fromline_list.item(0).text(), "Point 0: -0.187575, 56.516620")
0 commit comments