Mon, 02 Oct 2023 03:00:47 EDT

Information for build python3-nose-1.3.7-2.ru7

ID4008
Package Namepython3-nose
Version1.3.7
Release2.ru7
Epoch
SummaryDiscovery-based unittest extension for Python 3
Descriptionnose 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.
Built byanp120
State complete
StartedFri, 29 Jul 2016 13:43:35 EDT
CompletedFri, 29 Jul 2016 13:48:25 EDT
Taskbuild (centos7-rutgers-staging, python3-nose-1.3.7-2.ru7.src.rpm)
Tags
centos7-rutgers-staging
centos7-rutgers-testing
RPMs
src
python3-nose-1.3.7-2.ru7.src.rpm (info) (download)
noarch (build logs)
python34-nose-1.3.7-2.ru7.noarch.rpm (info) (download)
Changelog * Fri Jul 29 2016 Alexander Pavel <anp120@jla.rutgers.edu> - 1.3.7-2 - Rebuild for Rutgers CentOS 7 * Tue Feb 02 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3.7-2 - Fix URL - Fix long line in description - Include more documentation * Wed Dec 30 2015 Orion Poplawski <orion@cora.nwra.com> - 1.3.7-1 - Initial EPEL7 package