We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67d189 commit 6bf7f65Copy full SHA for 6bf7f65
testing/test_cacheprovider.py
@@ -63,7 +63,8 @@ def test_error():
63
)
64
result = testdir.runpytest("-rw")
65
assert result.ret == 1
66
- result.stdout.fnmatch_lines(["*could not create cache path*", "*2 warnings*"])
+ # warnings from nodeids, lastfailed, and stepwise
67
+ result.stdout.fnmatch_lines(["*could not create cache path*", "*3 warnings*"])
68
69
def test_config_cache(self, testdir):
70
testdir.makeconftest(
0 commit comments