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...

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...

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...

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...

cynic

cynic 1.0

These days almost any application has several integration points like database, gateway, payment, or some Web service that it consumes over HTTP.All communication with the remote systems happens over the network and both networks and those systems often...

rgf

rgf 0.2.0.1

rgf is a currently experimental attempt at an RSpec-esque BDD testing framework for Python.Basically we're aiming for syntax along these lines:from rgf import describe, itwith describe("That Thing"): @it("test desc") def spec(context): #...