Cucumber

Cucumber 2.1.0 updated

Cucumber allows developers to write and test code as they go, avoiding future mistakes and design flaws. Cucumber can be used for Ruby, Java, Flex, Python and .NET apps at the same time. It is also compatible with most Ruby MVC frameworks, including...

Sixpack

Sixpack 2.2.0 updated

A/B testing in Web development is a method for presenting two different solutions to two different groups, gathering results and taking the appropriate decision, choosing between implementing solution A or solution B.Sixpack is a framework that allows...

CSS Stats

CSS Stats 1.0.0

CSS Stats can work with remote CSS files (accessed via an URL) or with CSS code copy & pasted inside a textarea.The application will parse the code and analyze it using a complex set of rules and criteria it expects properly-written CSS to comply with.The...

PMD Code Analyzer

PMD Code Analyzer 5.5.0 updated

PMD can be utilized in finding possible bugs,  duplicate code, unused variables and methods. It can also identify badly performing code blocks, unnecessary "if" statements, wrongfully expressed "for" loops (that could be rewritten as "while" loops),...

Shindo

Shindo 0.3.8

There are two main commands that can be used 'test' and 'tests'.Tests help group similar calls to test, but their return value is ignored. The return value of test, on the other hand, determines success or failure.When tests fail the developer get lots of...

Vows

Vows 0.8.1 / 0.9.0-rc3 updated

It adds asynchronous BDD & continuous integration features for the Node.js server-side JavaScript library. Vows was built from the ground up to test asynchronous code.It executes your tests in parallel when it makes sense, and sequentially when there are...

SimPy

SimPy 3.0.8 updated

It is released under the GNU Lesser GPL (LGPL), starting with version 1.5.1 (previous versions were released under GPL).It provides the modeler with components of a simulation model including processes, for active components like customers, messages, and...

pydbgr

pydbgr 0.2.6

This is a complete rewrite of the pydb debugger.The command API portion of the debugger is largely modeled on the GNU GDB model.A command-line interface (CLI) is provided.The intention is that IDE frameworks like Eclipse, Aptana or Netbeans and...

PerfBar

PerfBar 0.2.1

PerfBar can be a crucial tool in the testing and debugging phase of a Web page.This small library works by adding a small bar at the bottom of a page, which can be clicked and expanded to reveal various metrics about the page and its...

JSCover

JSCover 1.0.23 updated

Code Coverage is a metric used in software development describing the amount of code that has been tested. The higher it is the better it is. JSCover was created on top of an older code coverage tool for JavaScript known as JSCoverage, on which...