diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-04-02 03:20:38 +0000 |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-04-02 03:20:38 +0000 |
commit | 345b2fe21e7c18a7fd5cac4685e3daaf463a6b38 (patch) | |
tree | f77081917d117ef94bb77f71eccdae0cca44b327 /Python/errors.c | |
parent | c4f90ebea78fab0d45340f4fb4b11298ee3ffdca (diff) | |
download | cpython-git-345b2fe21e7c18a7fd5cac4685e3daaf463a6b38.tar.gz |
Better exception messages for unittest assert methods.
- unittest.assertNotEqual() now uses the inequality operator (!=) instead
of the equality operator.
- Default assertTrue and assertFalse messages are now useful.
- TestCase has a longMessage attribute. This defaults to False, but if set to True
useful error messages are shown in addition to explicit messages passed to assert methods.
Issue #5663
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions