nose (original) (raw)

nose extends unittest to make testing easier

Project description

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. More information about writing plugins may be found on in the nose API documentation, here:http://readthedocs.org/docs/nose/

If you have recently reported a bug marked as fixed, or have a craving for the very latest, you may want the development version instead:https://github.com/nose-devs/nose/tarball/master#egg=nose-dev

Project details

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distributions

File details

Details for the file nose-1.3.7.tar.gz.

File metadata

File hashes

Hashes for nose-1.3.7.tar.gz | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98 | | | MD5 | 4d3ad0ff07b61373d2cefc89c5d0b20b | | | BLAKE2b-256 | 58a50dc93c3ec33f4e281849523a5a913fa1eea9a3068acfa754d44d88107a44 | |

See more details on using hashes here.

File details

Details for the file nose-1.3.7-py3-none-any.whl.

File metadata

File hashes

Hashes for nose-1.3.7-py3-none-any.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac | | | MD5 | 3135984cc9cfcbe5d9c46e166d6743b0 | | | BLAKE2b-256 | 15d8dd071918c040f50fa1cf80da16423af51ff8ce4a0f2399b7bf8de45ac3d9 | |

See more details on using hashes here.

File details

Details for the file nose-1.3.7-py2-none-any.whl.

File metadata

File hashes

Hashes for nose-1.3.7-py2-none-any.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a | | | MD5 | 2a10ed5020bd4785a91f96893204f65b | | | BLAKE2b-256 | 994f13fb671119e65c4dce97c60e67d3fd9e6f7f809f2b307e2611f4701205cb | |

See more details on using hashes here.