Thu, 08 Jun 2023 19:10:29 EDT

Information for build python-unittest2-0.5.1-3.ru6

ID2921
Package Namepython-unittest2
Version0.5.1
Release3.ru6
Epoch
SummaryBackport of new unittest features for Python 2.7 to Python 2.4+
Descriptionunittest2 is a backport of the new features added to the unittest testing framework in Python 2.7. It is tested to run on Python 2.4 - 2.6. To use unittest2 instead of unittest simply replace ``import unittest`` with ``import unittest2``. Classes in unittest2 derive from the equivalent classes in unittest, so it should be possible to use the unittest2 test running infra- structure without having to switch all your tests to using unittest2 immediately. Similarly you can use the new assert methods on ``unittest2.TestCase`` with the standard unittest test running infrastructure. Not all of the new features in unittest2 will work with the standard unittest test loaders and runners however.
Built byjarek
State complete
StartedThu, 28 Feb 2013 15:01:19 EST
CompletedThu, 28 Feb 2013 15:04:41 EST
Taskbuild (centos6-rutgers-staging, python-unittest2-0.5.1-3.ru6.src.rpm)
Tags
centos6-rutgers-staging
centos6-rutgers-testing
RPMs
src
python-unittest2-0.5.1-3.ru6.src.rpm (info) (download)
noarch (build logs)
python-unittest2-0.5.1-3.ru6.noarch.rpm (info) (download)
Changelog * Thu Feb 28 2013 Jarek Sedlacek <jarek@nbcs.rurtgers.edu> - 0.5.1-3.ru6 - Rutgers Build * Wed Jul 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.1-3 - Clean up spec. Drop definition of buildroot, python_sitelib - Drop defattr, clean stage * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jul 21 2010 Fabian Affolter <fabian@bernewireless.net> - 0.5.1-1 - Updated to new upstream version 0.5.1 * Sat Jul 03 2010 Fabian Affolter <fabian@bernewireless.net> - 0.5.0-1 - Removed build cond for check section - Switched to python2-devel - Updated to new upstream version 0.5.0 * Sat Jul 03 2010 Fabian Affolter <fabian@bernewireless.net> - 0.1.4-1 - Initial package