I hate writing tests, that's why I use Hypothesis by Cheuk Ting Ho
PyCon Sweden PyCon Sweden
7.16K subscribers
278 views
0

 Published On May 9, 2023

Ok, I lied, I still write tests. But instead of the example-based tests that we normally write, have you heard of property-based testing? By using Hypothesis, instead of thinking about what data I should test it for, it will generate test data, including boundary cases, for you.

show more

Share/Embed