Best Quality Assurance and Testing Software for Linux
nose-bleed is a nose plugin that attempts to stop the pain associated with a large test suite by only running the tests applicable to the changes in your [git] branch.UsageYou will first need to run your test suite with --record-test-coverage, to plot...
nose2 is the next generation of nicer testing for Python, based on the plugins branch of unittest2. It aims to improve on nose by:- providing a better plugin api- being easier for users to configure- simplifying internal interfaces and processes-...
proboscis is a Nose extension that facilitates higher level testing.Changes how test classes are discovered by forcing them to register via decorators which contain useful metadata such as what groups they are in, whether or not they have dependencies on...
gator-tests is an app that provides tests to check the gator module and gator daemon on Linaro releases.Requirements:cursor-pointer" onclick="spovl3hide();"> System requirements for this...
The Robot Framework Workbench (rwb) is a collection of tools for working with robotframework test suite and resource files. It includes the following tools:- keyword browser, a graphical tool for browsing keyword documentation- editor, a text editor...
nose-performance is a performance testing plugin for Nose. It's primary goal is to monitor calls to network applications, such as the database and memcache.Integrates with Zumanji to report and archive results.UsageCreate some tests which inherit...
PyNuker is a network stress testing tool written in python. Because it is written in python it should run equally well on any system that has Python version 2.x installed.PyNuker infinitely (until stopped) sends a string of text via a UDP packet to a...
lava-vcs provides LAVA friendly serial line support.Requirements:cursor-pointer" onclick="spovl3hide();"> System requirements for this...
van.pg is a Python module that provides easy creation of PostgreSQL databases (and clusters) for unit testing.Dirty DatabasesTest databases take a long time to create. In general you need to be a little careful when you decide to delete/recreate a test...
pyVows is a VowsJS-based test engine that features topic-based testing as well as parallel running of...