ValvePython / steam

☁️ Python package for interacting with Steam
http://steam.readthedocs.io
MIT License
1.1k stars 137 forks source link

Evaluate hypothesis for improving test suite #273

Open rossengeorgiev opened 4 years ago

rossengeorgiev commented 4 years ago

Hypothesis is property based tests, where we define properties of code, and hypothesis takes care of generating cases.

https://hypothesis.readthedocs.io/en/latest/index.html https://hypothesis.readthedocs.io/en/latest/quickstart.html