top of page
SciPy2019-Logo-Tagline-2000x550-White-Tr

Escape from Auto-manual Testing with Hypothesis!

07/09/2019
1:30-5:30
Hypothesis is a testing package that will search for counterexamples to your assertions – so you can write tests that provide a high-level description of your code or system, and let the computer attempt a Popperian falsification. If it fails, your code is (probably) OK… and if it succeeds you have a minimal input to debug. Come along and learn the principles of property-based testing, how to use Hypothesis, and how to use it to check scientific code – whether highly-polished or quick-and-dirty!

Prerequisites:

NumPy, Pandas

bottom of page