Kevin Coulombe
Tidbits on untidy bytes

Tidbits on untidy bytes

Follow
home
Tag

Testing

#testing

More content

Read more stories on Hashnode


Articles with this tag

Making the monolith testable

Apr 9, 20224 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...

Making the monolith testable