Merge default

This commit is contained in:
Floris Bruynooghe
2014-07-18 01:34:08 +01:00
45 changed files with 645 additions and 427 deletions

View File

@@ -641,7 +641,7 @@ class TestTracebackCutting:
assert "x = 1" not in out
assert "x = 2" not in out
result.stdout.fnmatch_lines([
">*asd*",
" *asd*",
"E*NameError*",
])
result = testdir.runpytest("--fulltrace")