Path to this page:
Subject: CVS commit: pkgsrc/devel/py-testtools
From: Adam Ciarcinski
Date: 2017-05-21 08:45:39
Message id: 20170521064539.88650FBE4@cvs.NetBSD.org
Log Message:
2.3.0
Improvements
* New ``ResourcedToStreamDecorator`` for tracking lifecycle events of
test resources, and possibly integrate with subunit.
* Make ``KeysEqual`` usable with no arguments, i.e. match a dict with
no keys.
* Add ``testtools.assertions`` to the documented API modules.
* Don't add file details without content.
* Make ``testtools.twistedsupport and tests work on Python 3.
Files: