bustle/bluestream

Test Error Handling Better

Closed this issue · 2 comments

We should have common error handling tests. All user provided functions should safely be able to reject and throw without causing unhandled errors. This is probably the case, but we haven't proved it yet.

Done for transform streams. Need it for pipe and read and write.

it's in pretty good shape