Should You Mock the Database?To keep unit tests fast and isolated, the data access layer is often tested using a mock of the database. But are unit tests and mocks actually a good choice?Software Engineering • Jan 18, 2022