Speccer

Speccer 0.7.5

Speccer is a specification-based test runner for Python.Speccer provides simple means to test individual modules. It uses a minimal, assert-free syntax. This syntax is compiled to actual code utilizing Python's unittest. Henceforth Speccer may be seen as...

Tarn

Tarn 0.1.13

TARN: Test Appengine Right Now!Tarn is a modern App Engine test runner and framework written in Python.It's modern in that:- It offers both a unittest2-based command line runner and a nose plugin- It uses the new testbed APIs that shipped with App Engine...

Sahi

Sahi 20110719

Sahi is an automation and testing tool for web applications, with the facility to record and playback scripts.Developed in java and javascript, this tool uses simple javascript to execute events on the browser. Sahi's features include, in-browser...

pyjslint

pyjslint 0.3.3

pyjslint is a JSLint wrapper for Python. Can be invoked from the command line and any Python code.It is built on the power of NodeJS.DependenciesIt only depends on nodejs. You must have node on your system for running this wrapper.It runs just fine with...

Pikzie

Pikzie 1.0.1

Pikzie is an easy to write and debug unit testing framework for Python.Pikzie provides the following features that are lacked in unittest.py included in the standard Python distribution:* Pythonic API* a lot of assertions* outputs result with useful...

sst

sst 0.2.2

sst is a framework for functional web testing.It uses Selenium WebDriver to drive a browser and interact with web elements. Tests are made up of Python scripts, created by composing actions that come with SST. You have the power of the full Python...