Ensure that writing to a non existing output shows an error
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)