Skip to content

Commit e273ac2

Browse files
committed
[processing] Some test debugging help
1 parent 46a4c23 commit e273ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/plugins/processing/tests/AlgorithmsTestBase.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ def check_algorithm(self, name, defs):
117117

118118
feedback = QgsProcessingFeedback()
119119

120+
print('Algorithm parameters are {}'.format(parameters))
121+
120122
# first check that algorithm accepts the parameters we pass...
121123
ok, msg = alg.checkParameterValues(parameters, context)
122124
self.assertTrue(ok, 'Algorithm failed checkParameterValues with result {}'.format(msg))

0 commit comments

Comments
 (0)