I would like to talk about,

"Using the Hypothesis package to solve the Fox-Hen-Grain problem".

Talk Summary:

Hypothesis is a Python package that helps in "property based testing".
You can use it test your software by finding edge cases in your code you 
wouldn’t have thought to look for.

One of the powerful features of Hypothesis is Stateful Testing - which helps in 
testing state machines.
We will see how we can use Hypothesis to solve a couple of popular puzzles.


_______________________________________________
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy

Reply via email to