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

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jonathan Lange
  • Date: 2011-07-31 13:41:45 UTC
  • mfrom: (219.1.2 nicer-regex-fail)
  • Revision ID: jml@canonical.com-20110731134145-h9stgz8xzyy18093
Nicer regex error message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
* ``gather_details`` takes two dicts, rather than two detailed objects.
18
18
  (Jonathan Lange, #801027)
19
19
 
20
 
* ``MatchesRegex`` mismatch now says "<value> does not match <regex>" rather
21
 
  than "<regex> did not match <value>"
 
20
* ``MatchesRegex`` mismatch now says "<value> does not match /<regex>/" rather
 
21
  than "<regex> did not match <value>". The regular expression contains fewer
 
22
  backslashes too. (Jonathan Lange, #818079)
22
23
 
23
24
* Tests that run with ``AsynchronousDeferredRunTest`` now have the ``reactor``
24
25
  attribute set to the running reactor. (Jonathan Lange, #720749)