Links
BDD
-
https://github.com/gabrielfalcao/lettuce Cucumber-ish BDD for python.
http://github.com/rlisagor/freshen Freshen is an acceptance testing framework for Python, built as a plugin for Nose, using (mostly) the same syntax as Cucumber.
http://github.com/hugobr/pycukes Cucumber-like BDD tool built on top of Pyhistorian.
http://heynemann.github.com/pyvows/ Asynchronous behaviour driven development for Python. pyVows is inspired by Vows, a BDD framework for
node.js
.
Learning
Mail
Performance
http://funkload.nuxeo.org/ FunkLoad is a functional and load web tester
http://www.pylot.org/ Pylot is a free open source tool for testing performance and scalability of web services. It runs HTTP load tests, which are useful for capacity planning, benchmarking, analysis, and system tuning.
Quality
Tools
http://code.google.com/p/robotframework/ A keyword-driven test automation framework.
Stubble is a set of tools which can be used to simplify Python unit testing code by means of the responsible use of so-called “stub” classes.
Web
http://www.getwindmill.com/ Windmill Testing Framework
http://splinter.cobrateam.info/ Splinter is an open source tool for testing web applications using Python.