TranscodingStreams.jl icon indicating copy to clipboard operation
TranscodingStreams.jl copied to clipboard

remove dependency on Test, Random

Open StefanKarpinski opened this issue 5 years ago • 1 comments

There's no actual dependency of TranscodingStreams on Test or Random: it's only the testtools.jl file which uses them, which is not necessary for normal functioning, just for testing. It would be good to refactor things to eliminate this dependency and allow test code to load testtools.jl as necessary instead.

StefanKarpinski avatar May 25 '20 17:05 StefanKarpinski

Yeah agreed. I don't see why that file is under src I think we should just move it to test/testtools.jl

musm avatar Mar 30 '21 15:03 musm

This was fixed by #152

nhz2 avatar Feb 03 '24 18:02 nhz2