New submission from Victor Engmark :
According to the documentation `assertDictEqual()` "will be used by default to
compare dictionaries in calls to assertEqual()." Great, since `maxDiff` applies
to assertDictEqual(). However, `maxDiff` doesn't apply to `assertEqual()`
New submission from Victor Engmark :
Until and unless #32926 is fixed it would be good to be able to type inspect
code which uses the currently least hacky way to inspect the result of the
current test [1]. This requires the use of TestCase._feedErrorsToResult and
TestCase._outcome.
[1
New submission from Victor Engmark :
The community has come up with multiple hacks [1] to be able to inspect the
current test result in tearDown (to collect more expensive diagnostics only
when the test fails). It would be great to have a documented and simple way to
check whether the test