Merge remote-tracking branch 'upstream/master' into merge-master-into-features

This commit is contained in:
Bruno Oliveira
2018-10-09 19:34:04 -03:00
38 changed files with 176 additions and 162 deletions

View File

@@ -45,7 +45,7 @@ def test_change_level_undo(testdir):
assert 0
"""
)
result = testdir.runpytest_subprocess()
result = testdir.runpytest()
result.stdout.fnmatch_lines(["*log from test1*", "*2 failed in *"])
assert "log from test2" not in result.stdout.str()