From 360594135dab7943b7f1c8798e0b24cb46ce1aa8 Mon Sep 17 00:00:00 2001 From: Alexander Shorin Date: Fri, 3 Jul 2015 18:17:14 +0300 Subject: [PATCH] Add Hypothesis project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce2cfe03..437ee5bd 100644 --- a/README.md +++ b/README.md @@ -836,6 +836,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [contexts](https://github.com/benjamin-hodgson/Contexts) - A BDD framework for Python 3.3+. Inspired by C#'s `Machine.Specifications`. * [pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest). * [pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](http://vowsjs.org/). + * [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. * Web Testing * [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. * [splinter](http://splinter.cobrateam.info/) - Open source tool for testing web applications.