are these memory codecs worth the trouble? i propose dropping them. On Fri, Apr 20, 2018 at 5:29 AM, Dawid Weiss <[email protected]> wrote: >> +1. It’s a shame that @SuppressCodecs doesn’t work on test methods, only on >> classes, which makes things a little trickier. > > The default codec is picked per-class, not per-test (part of the > reason for that is codecs are used in pre-test hooks, for example). We > could make the annotation apply to test methods too and just ignore > the test if a suppressed codec was picked at the class level. This > would be one workaround. > > D. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
