ASPCS
 
Back to Volume
Paper: Hypothesis – Property-Based Testing for Python
Volume: 541, ADASS XXXIII
Page: 428
Authors: James Tocknell
DOI: 10.26624/EBAE5112
Abstract: This focus demo will give a short introduction to the Hypothesis Python library (https://hypothesis.readthedocs.io/), which provides a property-based testing framework that integrates into the existing Python testing frameworks of pytest and unittest. I’ll provide some examples of how I’ve used Hypothesis in the past, and show how effective it is at finding edge and corner cases in your code.
Back to Volume