Personal tools
Skip to content. | Skip to navigation
node.ext.zcml ZCML file abstraction based on nodes.write me (or read tests) Contributors - Robert Niederreiter <rnix [at] squarewave [dot] at>0.1 - initialLicense Copyright (c) 2010-2013, BlueDynamics Alliance, Austria All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:*...
node.ext.zodb Overview node.ext.zodb is a persistent node implementation for the ZODB.For more information about node see
Nodepool is a system for managing test node resources. It supports launching single-use test nodes from cloud providers as well as managing access to pre- defined pre-existing nodes. Nodepool is part of a suite of tools that form a comprehensive test system, including Zuul.The latest documentation for Nodepool is published at: latest documentation for Zuul is published at: Help There are two...
nose extends the test loading and running features of unittest, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. This package installs the nose module and nosetests3 program that can discover python3 unittests.
nose extends the test loading and running features of unit test, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unit test, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. This package installs the nose module and nosetests3 program that can discover python3 unit tests.
Coverage 3.x support for Nose.