add tresting for implication
This commit is contained in:
parent
4ddf6c647c
commit
7ac7610089
|
@ -174,3 +174,6 @@ def test_hookproxy_warnings_for_fspath(pytestconfig, tmp_path, request):
|
|||
request.node.ihook.pytest_ignore_collect(
|
||||
config=pytestconfig, path=path, fspath=tmp_path
|
||||
)
|
||||
|
||||
pytestconfig.hook.pytest_ignore_collect(config=pytestconfig, fspath=tmp_path)
|
||||
request.node.ihook.pytest_ignore_collect(config=pytestconfig, fspath=tmp_path)
|
||||
|
|
Loading…
Reference in New Issue