Skip to content

Commit

Permalink
fix cacheprovider test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszotten committed Oct 15, 2018
1 parent d67d189 commit 6bf7f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/test_cacheprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def test_error():
)
result = testdir.runpytest("-rw")
assert result.ret == 1
result.stdout.fnmatch_lines(["*could not create cache path*", "*2 warnings*"])
# warnings from nodeids, lastfailed, and stepwise
result.stdout.fnmatch_lines(["*could not create cache path*", "*3 warnings*"])

def test_config_cache(self, testdir):
testdir.makeconftest(
Expand Down

0 comments on commit 6bf7f65

Please sign in to comment.