Contribute Media
A thank you to everyone who makes this possible: Read More

Hypothesis: Tests That Write Themselves

Translations: en

Description

Testing is generally seen as a Good Thing™ that one should do. Writing tests that are comprehensive and cover all possibilities however can be time-consuming, hard, or even downright impossible. Property-based testing is one method that can help with this. This talk will introduce the concept of property-based testing and how to do it yourself using the Python library Hypothesis.

Details

Improve this page