> +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]
