Skip to content

functional-tests: Fix regression in extractor tests that was hiding test failures

Sam Thursfield requested to merge sam/extractor-regression-fix into master

Embarassingly, we were running the extractor tests, checking if the output was what we expected, then ignoring errors due to a missing 'raise' statement. This is a regression from fc281ca8.

Merge request reports