create the previously missing cache fixture
there was a disabled test
This commit is contained in:
@@ -36,7 +36,7 @@ class TestNewAPI:
|
||||
assert result.ret == 0
|
||||
result.stdout.fnmatch_lines(["*1 passed*"])
|
||||
|
||||
def XXX_test_cachefuncarg(self, testdir):
|
||||
def test_cachefuncarg(self, testdir):
|
||||
testdir.makepyfile("""
|
||||
import pytest
|
||||
def test_cachefuncarg(cache):
|
||||
|
||||
Reference in New Issue
Block a user