~jml/testtools/better-doctest-output-checker

« back to all changes in this revision

Viewing changes to NEWS

ExpectedException now more useful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
* Correctly display non-ASCII unicode output on terminals that claim to have a
40
40
  unicode encoding. (Martin [gz], #804122)
41
41
 
 
42
* ``ExpectedException`` now matches any exception of the given type by
 
43
  default, and also allows specifying a ``Matcher`` rather than a mere regular
 
44
  expression. (Jonathan Lange, #791889)
 
45
 
42
46
* ``FixtureSuite`` added, allows test suites to run with a given fixture.
43
47
  (Jonathan Lange)
44
48