fix cacheprovider test
This commit is contained in:
@@ -63,7 +63,8 @@ class TestNewAPI(object):
|
||||
)
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user