Best Quality Assurance and Testing Software for Linux
nose-selecttests is a nose plugin to specify whitelist of keywords for tests to be run by nose.UsageExamples of using the plugin on the plugin package itself:Run all tests:$ nosetests -vtest_configure_complex (noseselecttests.tests.NoseSelectPluginTest)...
CppSpec is a behavior driven development (BDD) framework for C++. Behavior Driven Development is a refinement of TDD which turns the focus from writing the tests to the process of defining the behavior of the software using tests.Using CppSpecTo define...
pytest-incremental is an incremental test runner (pytest plugin).What is an "incremental test runner" ?When talking about build-tools it is common to refer to the terms:- initial (full) build - all files are compiled- incremental build (or partial...
Sonar is an open platform to manage code quality. As such, it covers in its core version the 7 axes of code quality.Sonar has got a very efficient way of navigating, a balance between high-level view, TimeMachine, dashboard and defect hunting...
json-document is a Python module that provides intuitive and powerful binding system for JSON documents. It bridged the gap between raw python objects, json schema and json files.A powerful default system also allows developers to access an empty...
noseOfYeti is a plugin for nose, inspired by http://github.com/fmeyer/yeti, which uses a codec style to provide an RSpec style BDD dsl for Python...
tl.testing provides various utilities that can be used when writing tests. It is compatible to Python versions 2.6 and 2.7.Sandboxes of directories and filesWhen testing code that modifies directories and files, it is useful to be able to create and...
nose_fixes is a nose plugin that changes nose to behave better. Hopefully, these changes will make their way back into nose.See the documentation for more details.Requirements:cursor-pointer" onclick="spovl3hide();"> System requirements for this...
noselog is a nose plugin for controlling test logs...
robotframework (also known as Robot Framework) is an open source, modular, free and platform-independent command-line software project implemented in Python and designed from the offset to deliver a keyword-driven test automation framework to all...