Hypothesis is a python property based testing framework inspired by quickcheck.

My goal was to get familiar with the docs and eventually apply the knowledge to the testing of SES products.

HYPOTHESIS HOMEPAGE

http://hypothesis.works/

Looking for hackers with the skills:

python testing fuzzying quickcheck

This project is part of:

Hack Week 14

Activity

  • almost 8 years ago: dwaas added keyword "fuzzying" to this project.
  • almost 8 years ago: dwaas added keyword "quickcheck" to this project.
  • almost 8 years ago: dwaas added keyword "python" to this project.
  • almost 8 years ago: dwaas added keyword "testing" to this project.
  • almost 8 years ago: dwaas started this project.
  • almost 8 years ago: dwaas originated this project.

  • Comments

    • dwaas
      almost 8 years ago by dwaas | Reply

      At the end of the week I played mostly with the Stateful Testing tools. Tried to apply it to the tests of the rbd module in SES but didn't finish due to time limitations and shallow python knowledge.