Skip to content

Handle unsupported DeviceTestContext properties gracefully

Anton Joubert requested to merge issue-518-filedb-check into develop

Instead of crashing, raise an exception and provide a more useful message to the user.

Related: #518 (closed)

@drewdevereux Are you happy with this approach? I guess there could be a tiny performance penalty to re-read the file for each test.

Merge request reports