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 4d51e1d commit 990c7cdCopy full SHA for 990c7cd
python/plugins/processing/tests/TestData.py
@@ -36,3 +36,7 @@ def table():
36
37
def points():
38
return os.path.join(testDataPath, 'points.gml')
39
+
40
41
+def invalid_geometries():
42
+ return os.path.join(testDataPath, 'invalidgeometries.gml')
0 commit comments