Next Level Testing Revisited

3:10pm - 3:35pm on Friday, October 6 in PennTop North

James Saryerwinnie

Audience Level:
Intermediate
Watch:
https://youtu.be/FHJyCdSAFQA

Overview

You’ve written your unit tests and your integration tests. And yet, you’re still finding bugs in your code. In this talk we’ll cover advanced types of testing that helps you write higher quality code with less bugs.

Description

Unit and integration tests are great first steps towards improving the quality of your python project. Ever wonder if there’s even more you can do? In this talk we’ll cover additional types of tests that can help improve the quality and robustness of your python projects: stateful property-based testing, generative fuzz testing, long term stability testing and advanced multithreaded testing.

This talk is more than just theory. We’ll look at specific libraries and frameworks that help you write these advanced tests. I’ll also show you real world examples of bugs these tests have found from projects that I maintain.

Want to edit this page?