Delve 11: Let's Build a Modern ML Microservice Application - Part 5, Testing
"More than the act of testing, the act of designing tests is one of the best bug preventers known." - Boris Beizer
ML Microservices, Keep Calm and Run Your Tests
Hello data delvers! In part four of this series we refactored our application to include a configuration file to make it easy to switch configuration values per development environment. In this part we'll cover a critical element to building scalable systems: Testing.