e.g. coverage tool reports regression on unrelated change:
https://coveralls.io/builds/20028763/source?filename=trio_websocket%2F_impl.py#L842
it's the except clause in _write_pending
if there are timing issues in the tests, that could explain intermittent errors like #68
e.g. coverage tool reports regression on unrelated change:
https://coveralls.io/builds/20028763/source?filename=trio_websocket%2F_impl.py#L842
it's the
exceptclause in_write_pendingif there are timing issues in the tests, that could explain intermittent errors like #68