From a0e766019a503140c02c316df639d4443e738dc1 Mon Sep 17 00:00:00 2001 From: Dmitry Moskowski Date: Tue, 19 Aug 2014 05:54:04 +0400 Subject: [PATCH] Added PyVows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f0c5b0a..e2f17646 100644 --- a/README.md +++ b/README.md @@ -761,6 +761,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [mamba](https://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of BDD. * [contexts](https://github.com/benjamin-hodgson/Contexts) - A modern and flexible BDD framework for Python 3.3 and above, 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/) * 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.