JuliaIO / TranscodingStreams.jl

Simple, consistent interfaces for any codec.
https://juliaio.github.io/TranscodingStreams.jl/
Other
85 stars 28 forks source link

Copy testing utilities into separate package #235

Closed nhz2 closed 1 month ago

nhz2 commented 1 month ago

The current strategy of using an extension for testing utilities is causing some issues: Ref #223 #234

This PR adds a separate TestsForCodecPackages package where these testing utilities can live.

In a future PR, the current TestExt can be removed, and its functions deprecated and replaced with noops for backwards compatibility.