testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00591
[Bug 724691] Re: AnnotatedMismatch hides get_details
** Changed in: testtools
Status: Triaged => In Progress
** Changed in: testtools
Assignee: (unassigned) => Jonathan Lange (jml)
** Changed in: testtools
Milestone: None => next
--
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/724691
Title:
AnnotatedMismatch hides get_details
Status in testtools:
In Progress
Bug description:
I wanted to annotate a HasQueryCount match, but it hid the mismatch
get_details output: AnnotatedMismatch needs to implement get_details
and forward it appropriately. Posssibly we want a MismatchDecorator
and AnnotatedMismatch to extend that.
References