We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fd00cd5 commit 93bfbd0Copy full SHA for 93bfbd0
tests/src/python/test_processing_alg_decorator.py
@@ -67,6 +67,7 @@ def cleanup():
67
68
69
class AlgNoInputs(unittest.TestCase):
70
+
71
def setUp(self):
72
cleanup()
73
@@ -118,6 +119,7 @@ def test_group(self):
118
119
120
121
class AlgHelpTests(unittest.TestCase):
122
123
def test_has_help_from_help_decorator(self):
124
125
define_new()
@@ -131,6 +133,7 @@ def test_has_help_from_docstring(self):
131
133
132
134
135
class TestAlg(unittest.TestCase):
136
137
138
139
0 commit comments