last changes, preparing 2.0.0

This commit is contained in:
holger krekel
2010-11-25 20:06:42 +01:00
parent 9e7ef58cfd
commit b622c85bbf
7 changed files with 13 additions and 5 deletions

View File

@@ -84,6 +84,8 @@ asserts that the given ``ExpectedException`` is raised. The reporter will
provide you with helpful output in case of failures such as *no
exception* or *wrong exception*.
.. _newreport:
Making use of context-sensitive comparisons
-------------------------------------------------
@@ -130,7 +132,7 @@ Special comparisons are done for a number of cases:
* comparing long sequences: first failing indices
* comparing dicts: different entries
See the :ref:`reporting demo <reportingdemo>` for examples.
See the :ref:`reporting demo <tbreportdemo>` for many more examples.
..
Defining your own comparison