Django 2.2 Test Driven Development

1 · Vicente G. Reyes · May 7, 2019, 11:20 p.m.
95% into my first Django Website built by yours truly with the help of this book and something came into my mind. Testing. I recently stumbled upon the words of Jacob Kaplan-Moss, one of Django's original creators, "Code without tests is broken as designed." this hit me in a way that I know to my self that I suck at designing, which motivated me to learn how to test. "Writing tests is important because it automates the process of confirming that the code works as expected." - Django For Beginner...