when informations gets truncated, mention use of "-vv" to see it.

This commit is contained in:
holger krekel
2012-11-30 12:18:12 +01:00
parent 725e63db66
commit 22dd5e29e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ def test_assert_compare_truncate_longmessage(testdir):
result = testdir.runpytest()
result.stdout.fnmatch_lines([
"*too verbose, truncated*",
"*truncated*use*-vv*",
])