Build a REST API with Django – A Test Driven Approach: Part 1

Introduction Code without tests is broken as designed. — Jacob Kaplan-Moss In software development, testing is paramount. So why should I do it, you ask? Tests have a short feedback loop, enabling you and your team to learn faster and adjust Less time is spent debugging, allowing you to spend more time writing code Tests…

Build a REST API with Django – A Test Driven Approach: Part 1

Introduction Code without tests is broken as designed. — Jacob Kaplan-Moss In software development, testing is paramount. So why should I do it, you ask? Tests have a short feedback loop, enabling you and your team to learn faster and adjust Less time is spent debugging, allowing you to spend more time writing code Tests…