add tresting for implication

This commit is contained in:
Ronny Pfannschmidt 2021-03-20 23:44:36 +01:00
parent 4ddf6c647c
commit 7ac7610089
1 changed files with 3 additions and 0 deletions

View File

@ -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)