DevOps Paradox

DevOps Paradox


DOP 187: Simplify Testing With Testcontainers

November 30, 2022

#187: When writing tests that need to talk to a data source, you're usually faced with a couple of options. The first one is that you setup a database server on your machine. The problem with that is