Hypothesis is a property based framework for Python. This talk will introduce Property Based Testing and show you how Hypothesis can help you improve your testing
Property Based Testing ◦ You define the properties of the input and the output ◦ It throws input matching your spec at your tests using strategies ◦ Reduces failures to simple cases