pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-unittest2



Module Name:    pkgsrc
Committed By:   obache
Date:           Sat Dec 13 08:36:03 UTC 2014

Modified Files:
        pkgsrc/devel/py-unittest2: ALTERNATIVES DESCR Makefile PLIST distinfo

Log Message:
Update py-unittests to 0.8.0.

CHANGELOG

2014/11/05 - 0.8
* Issue #22457: Honour load_tests in the start_dir of discovery.

2014/10/31 - 0.7.1

Fix for 0.7.0 being broken. Also switches from both manual and entrypoint
scripts to just entrypoint scripts to reduce the possibility of similar
oversights in future.

2014/10/31 - 0.7.0

This release contains backports from cPython 3.5 of all (I think) commits since
2010, as of today.

2014/10/28 - 0.6.0

Many thanks to Mark Roddy and Ezio Melotti who contributed substantially to
this release.
* Changed supported Python versions to start at 2.6, and include all released 3.x and pypy. (Robert Collins)
* Invoking unit2 without args starts test discovery
* Added TestCase.assertWarns and TestCase.assertWarnsRegexp context managers
* Fix Python issue 9926. TestSuite subclasses that override __call__ are called correctly.
* Removed unused maxDiff parameter from TestCase.assertSequenceEqual.
* DeprecationWarning for unsupported result objects (missing addSkip method) became RuntimeWarning.
* Addition of TestCase.assertWarns as a context manager.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-unittest2/ALTERNATIVES \
    pkgsrc/devel/py-unittest2/DESCR
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-unittest2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-unittest2/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-unittest2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index