Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] Some test debugging help
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
python/plugins/processing/tests/AlgorithmsTestBase.py
|
@@ -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)) |
|
|