python-testtools

Edit Package python-testtools
No description set
Refresh
Refresh
Source Files
Filename Size Changed
python-testtools.changes 0000012994 12.7 KB
python-testtools.spec 0000002257 2.2 KB
testtools-0.9.21.tar.gz 0000173127 169 KB
Revision 6 (latest revision is 85)
James Oakley's avatar James Oakley (jimfunk) committed (revision 6)
- Update to 0.9.21:
  * ``DirContains`` correctly exposed, after being accidentally hidden in the
    great matcher re-organization of 0.9.17.  (Jonathan Lange)
- 0.9.20
  * New, powerful matchers that match items in a dictionary:
    - ``MatchesDict``, match every key in a dictionary with a key in a
      dictionary of matchers.  For when the set of expected keys is equal to
      the set of observed keys.
    - ``ContainsDict``, every key in a dictionary of matchers must be
      found in a dictionary, and the values for those keys must match.  For
      when the set of expected keys is a subset of the set of observed keys.
    - ``ContainedByDict``, every key in a dictionary must be found in
      a dictionary of matchers.  For when the set of expected keys is a
      superset of the set of observed keys.
    The names are a little confusing, sorry.  We're still trying to figure out
    how to present the concept in the simplest way possible.
- 0.9.19
  * Include the matcher tests in the release, allowing the tests to run and
    pass from the release tarball.  (Jonathan Lange)
  * Fix cosmetic test failures in Python 3.3, introduced during release
    0.9.17. (Jonathan Lange)
- 0.9.18
  Due to an oversight, release 0.9.18 did not contain the new
  ``testtools.matchers`` package and was thus completely broken.  This release
  corrects that, returning us all to normality.
- 0.9.17
  This release brings better discover support and Python3.x improvements.
  There are still some test failures on Python3.3 but they are cosmetic - the
  library is as usable there as on any other Python 3 release.
  * The ``testtools.matchers`` package has been split up.  No change to the
Comments 0
openSUSE Build Service is sponsored by