A 5 minute intro to Hypothesis

20/04/2018 @PyCon Italy

Giacomo Debidda

A 5 minute intro to Hypothesis

By Giacomo Debidda

A 5 minute intro to Hypothesis

Property based testing in Python. It works by letting you write tests that assert that something should be true for every case, not just the ones you happen to think of.

  • 1,306