Top Quality Assurance and Testing Software for Linux
pry is a unit testing framework for Python.Features:cursor-pointer" onclick="spovl3hide();"> Application features Built-in coverage analysis and profiling
Assertion-based tests - no ugly failUnless*, failIf*, etc. methods
Tree-based test structure for...
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): #...
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...
nose-json is a JSON report plugin for nose.Requirements:cursor-pointer" onclick="spovl3hide();"> System requirements for this...
ftdi_vinculum-II_ate is a Python project that provides an automated testing environment for the Vinculum-II IDE.Requirements:cursor-pointer" onclick="spovl3hide();"> System requirements for this...
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...
rhinoplasty contains various experimental extensions to Nose.It is envisaged that these will eventually be merged into the main Nose code (if they turn out to actually be useful).Requirements:cursor-pointer" onclick="spovl3hide();"> System requirements...
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 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 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...