• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle
















  • I like to mock up dependencies with Docker Compose, then run all the tests against that. Keep the compose file in the repo, of course. I don’t tend to build a lot of real unit tests unless I’m doing something very novel and self contained. When you’re just assembling a service out of REST libraries and databases, integration testing is mostly what you want.