2.3.0 - better `LazyValue` internal API
- new
clone(self, remove_int_base=False)API onLazyValueandLazyTupleIteminstances. With this new API, on oldpytest< 5.3, other plugins such aspytest-harvestcan easily clone the contents from lazy values without having them inherit fromint- which was a dirty hack used bypytest-casesto trickpytestto generate acceptable test ids in these old pytest versions. Also improved theLazyValue,LazyTupleandLazyTupleItemobject model with equality and repr. Fixes pytest-harvest#43
See documentation page for details.