Skip to content

Ensure that writing to a non existing output shows an error

Samuel GAIST requested to merge 99_ensure_output_error_is_reported into master

The test added by this merge request ensure that writing to an output that does not exists is reported.

The error will be that "NoneType" as no property "write" which is expected following how outputs work.

Part of #99 (closed)

Merge request reports