Name: | rh-python36-python-nose |
---|---|
Version: | 1.3.7 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 1397640 |
License: | LGPLv2+ and Public Domain |
RPM: | rh-python36-python-nose-1.3.7-3.el7.noarch.rpm |
Source RPM: | rh-python36-python-nose-1.3.7-3.el7.src.rpm |
Build Date: | Mon Dec 18 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://somethingaboutorange.com/mrl/projects/nose/ |
Summary: | Discovery-based unittest extension for Python |
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. |
- Rebuild with docs for rh-python36
- Build with docs
- Update to 1.3.7
- Rebuild with docs
- Update to 1.3.4
- Build with docs
- Bump to avoid release number conflict with rhel-7.0
- Update to 1.3.0
- Fix all Python 3.3 tests using upstream patches, fixes rhbz#971412.
- Fix test failing on Python 3.3.1 using upstream patch.