When building modules we often leverage ctx: &Context in various functions. There is a Contenxt::dummy but it doesn't have all the necessary features which means it can't be used in unit tests.
Introduce a mock Context that mock all the functionality of the real Content
When building modules we often leverage
ctx: &Contextin various functions. There is aContenxt::dummybut it doesn't have all the necessary features which means it can't be used in unit tests.Introduce a mock Context that mock all the functionality of the real Content