pytest2/_pytest/assertion
Matthew Duck dd64d823b9 Don't display dict common items if verbosity=1
Part one of https://github.com/pytest-dev/pytest/issues/1512.

If verbosity=1, assertion explanations are truncated at 10 lines. In this
situation, it's more important to tell the user which dictionary items are
different than which are the same.
2016-09-19 15:27:28 +01:00
..
__init__.py Fix issue where pytest_plugins as string was marking wrong modules for rewrite 2016-08-30 22:53:50 -03:00
rewrite.py Rewrite asserts in test-modules loaded very early in the startup 2016-08-03 12:49:48 -03:00
util.py Don't display dict common items if verbosity=1 2016-09-19 15:27:28 +01:00