↳
In-reply-to
»
An interesting read about testing code using nullable states instead of mocks.
⤋ Read More
@prologic@twtxt.net I did something similar with a external module for my work project (in python), extending a class that does nothing and implementing what you need for each “extension”.
Basically I’m relying on a Polymorphic class to do it.