Testcontainers making tests more reliable
Tests 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...
harshadt.hashnode.dev5 min read