The moved test checks the behavior of read::GzDecoder so fits in the read module. The BlockingCursor support code is duplicated rather than being imported from the bufread module, with the expectation that the bufread code will be removed when #323 is merged.
This implements part of the change from #323 with the aim to make that PR simpler.
The moved test checks the behavior of
read::GzDecoder
so fits in theread
module. TheBlockingCursor
support code is duplicated rather than being imported from thebufread
module, with the expectation that thebufread
code will be removed when #323 is merged.This implements part of the change from #323 with the aim to make that PR simpler.