Merge remote-tracking branch 'spikergit1/patch-1'

This commit is contained in:
Vinta 2015-08-06 05:20:38 +08:00
commit 5105a685f3
1 changed files with 1 additions and 0 deletions

View File

@ -841,6 +841,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [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.
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
* 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.