Making the monolith testable
Apr 9, 2022 · 4 min read · To write reproducible and isolated tests, we need two things : Isolate global mutable state to the same scope as the test. Either the state can be scoped to the test or the test needs to isolate that global state. Control the inputs and outputs of a...
Join discussion



