Best Quality Assurance and Testing Software for Linux
CATSRunner is a unit testing framework.C Automated Testing System (CATS) and its associated test runner (Catsrunner) implement a unit testing framework that provides developers of C-based systems, including embedded systems, the capability to use the...
Open Source Requirements Management Tool is designed to achieve full SDLC traceability for features, requirements, design, implementation, and testing.Open Source Requirements Management Tool has a UI for requirements derivation, version control, and...
JSCPP is an ANSI C preprocessor and language parser that can analyze and instrument C code.Currently, its most prominent application is to add tracing to existing C programs simply by recompiling and linking it with the "jscc" compiler frontend.The...
AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit. Apache AntUnit makes it easy to turn an existing build file that exhibits an error into an AntUnit test.Tests are written as targets in...
noseonalchemist is a nose plugin for reporting about commit counts on SQLAlchemy.USAGErun nosetests with --with-commitreport: nosetests --with-commitreportyou can get report of commit counts:/path/to/test1.pytests.test_it commit 2 timestests.test_it2...
Peptest is a Mozilla automated testing harness for running responsiveness tests. These tests measure how long events spend away from the event loop.Running TestsCurrently tests are run from the command line with python. Peptest currently depends on...
nose-cprof is a nose plugin to use cProfile to profile nosetests, rather than the built-in Hotshot plugin.Options:--with-cprofile Enable plugin Profile: Use this plugin to run tests using the cProfile profiler. ...
tdaemon watches the content of files in a directory and if any of them changes (the content is edited), it runs the...
pinocchio is a project that provides a set of extensions to the nose unit testing framework for Python.Requirements:cursor-pointer" onclick="spovl3hide();"> System requirements for this...
Attest is a unit testing framework built from the ground up with idiomatic Python in mind. Unlike others, it is not built on top of unittest though it provides compatibility by creating TestSuites from Attest collections.It has a functional API...