HTHarshad Thombareinharshadt.hashnode.dev·Nov 30, 2020 · 5 min readTestcontainers making tests more reliableTests are important to challenge the developer to write better code. It helps in making sure no obvious scenarios are missed and gives confidence that the code will work fine. Tests covered by developers: Unit tests cover logic testing by mocking ex...00