Name: | python2-nose |
---|---|
Version: | 1.3.7 |
Release: | 31.module+el8.5.0+20361+8a9d3d27 |
Architecture: | noarch |
Module: | python27:2.7:8050020210811095446:3e7ace8b python27:2.7:8060020220210185952:8cdc2268 python27:2.7:8070020220617114255:056aacbc python27:2.7:8080020221221225124:ba5e661a python27:2.7:8080020230609134836:392b0bf1 python27:2.7:8080020231004233750:392b0bf1 |
Group: | Unspecified |
Size: | 1102223 |
License: | LGPLv2+ and Public Domain |
RPM: | python2-nose-1.3.7-31.module+el8.5.0+20361+8a9d3d27.noarch.rpm |
Source RPM: | python-nose-1.3.7-31.module+el8.5.0+20361+8a9d3d27.src.rpm |
Build Date: | Tue Oct 12 2021 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://nose.readthedocs.org/en/latest/ |
Summary: | Nose Documentation |
Description: | 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. |