Monday, September 8 @ 10:50 AM to 11:35 AM View on time.is
Room B
We’ve all been in a situation where test coverage was lacking. And unless you’ve been very lucky, we’ve all seen a situation where that lack of coverage led to bugs sneaking into production. With the complex backend and full-stack systems of today, it is unrealistic to expect any programmer to know exactly how a code change will affect all parts of the project. And we don’t have to! That’s why we have testing. And unit tests are the most accessible form of testing throughout the entire development process — it’s accessible right there in your terminal with a simple “pytest” or “make tests”. Unit tests are the first line of defense against bugs and breaks — let’s ensure you have a strong, reliable Alexander the Great of unit test suites and not a temperamental, vulnerable Achilles Heel!
This talk is divided into two parts.
Part One: Unit Testing Why, What and How — These topics will be called back to in Part Two when we talk about Django specific unit testing features.
Part Two: Write Tests WITH Django not AGAINST Django
Writing Code is better when your testing is better. Do yourself a favor and send your unit test skills to bootcamp!
I’m a free-spirited techie who loves Social Impact Projects, Hackathons, and the Circus. I am fascinated by the infinite ways that data can get from point A to B to Z.