Thanks Emily, I love it! In Python I use Doublex a lot and it's a life saver if you work with Doubles (Stubs, Spies and Mocks), I'll give it a try to the kata!.
@@EmilyBache-tech-coach yes of course! I always have the same doubt about using a Mocking framework or cooking my own classes as you did. I don't like to have an extra dependency in the mocking framework, but it's so convenient 😂.
Both the demo and the explanations are excellent! Thank you.
Glad to hear it!
Thank you for this! Finally a description of mocks that doesn't mischaracterize the technique. Great job in describing it in relatively basic terms!
Glad you liked it! That is really encouraging.
Love this ❤
Thanks Emily, I love it!
In Python I use Doublex a lot and it's a life saver if you work with Doubles (Stubs, Spies and Mocks), I'll give it a try to the kata!.
Thanks! A lot of test double frameworks make it much easier to create spies than canonical mocks. Hope you enjoy the exercise anyway!
@@EmilyBache-tech-coach yes of course!
I always have the same doubt about using a Mocking framework or cooking my own classes as you did.
I don't like to have an extra dependency in the mocking framework, but it's so convenient 😂.