mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] Some test debugging help
This commit is contained in:
parent
46a4c23648
commit
e273ac2815
@ -117,6 +117,8 @@ class AlgorithmsTest(object):
|
||||
|
||||
feedback = QgsProcessingFeedback()
|
||||
|
||||
print('Algorithm parameters are {}'.format(parameters))
|
||||
|
||||
# first check that algorithm accepts the parameters we pass...
|
||||
ok, msg = alg.checkParameterValues(parameters, context)
|
||||
self.assertTrue(ok, 'Algorithm failed checkParameterValues with result {}'.format(msg))
|
||||
|
Loading…
x
Reference in New Issue
Block a user