[Bug 611080] New: Review Request: python-unittest2 - Backport of new unittest feature for Python 2.7 to Python 2.4+

bugzilla at redhat.com bugzilla at redhat.com
Sat Jul 3 14:14:17 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-unittest2 - Backport of new unittest feature for Python 2.7 to Python 2.4+

https://bugzilla.redhat.com/show_bug.cgi?id=611080

           Summary: Review Request: python-unittest2 - Backport of new
                    unittest feature for Python 2.7 to Python 2.4+
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: fabian at bernewireless.net
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL: http://fab.fedorapeople.org/packages/SRPMS/python-unittest2.spec
SRPM URL:
http://fab.fedorapeople.org/packages/SRPMS/python-unittest2-0.1.4-1.fc13.src.rpm

Project URL: http://pypi.python.org/pypi/unittest2

Description:
unittest2 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.

Koji scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2292186

rpmlint output:
[fab at laptop011 SRPMS]$ rpmlint python-unittest2-0.1.4-1.fc13.src.rpm 
python-unittest2.src: W: spelling-error Summary(en_US) Backport -> Back port,
Back-port, Backplate
python-unittest2.src: W: spelling-error Summary(en_US) unittest -> unit test,
unit-test, unities
python-unittest2.src: W: spelling-error %description -l en_US backport -> back
port, back-port, backplate
python-unittest2.src: W: spelling-error %description -l en_US unittest -> unit
test, unit-test, unities
python-unittest2.src: W: spelling-error %description -l en_US TestCase -> Test
Case, Test-Case, Test-case
1 packages and 0 specfiles checked; 0 errors, 5 warnings.

[fab at laptop011 noarch]$ rpmlint python-unittest2-0.1.4-1.fc13.noarch.rpm 
python-unittest2.noarch: W: spelling-error Summary(en_US) Backport -> Back
port, Back-port, Backplate
python-unittest2.noarch: W: spelling-error Summary(en_US) unittest -> unit
test, unit-test, unities
python-unittest2.noarch: W: spelling-error %description -l en_US backport ->
back port, back-port, backplate
python-unittest2.noarch: W: spelling-error %description -l en_US unittest ->
unit test, unit-test, unities
python-unittest2.noarch: W: spelling-error %description -l en_US TestCase ->
Test Case, Test-Case, Test-case
python-unittest2.noarch: W: no-manual-page-for-binary unit2
python-unittest2.noarch: W: no-manual-page-for-binary unit2.py
1 packages and 0 specfiles checked; 0 errors, 7 warnings.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list