Skip to content

Commit

Permalink
[processing] Some test debugging help
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 1, 2018
1 parent 46a4c23 commit e273ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/tests/AlgorithmsTestBase.py
Expand Up @@ -117,6 +117,8 @@ def check_algorithm(self, name, defs):

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))
Expand Down

0 comments on commit e273ac2

Please sign in to comment.