Deprecate pytest_collect_directory Fix #571 Co-authored-by: Daniel Hahler <github@thequod.de>
This commit is contained in:
committed by
GitHub
parent
b11bfa106c
commit
9fd71d6fe0
@@ -257,6 +257,7 @@ class TestCollectPluginHookRelay:
|
||||
assert len(wascalled) == 1
|
||||
assert wascalled[0].ext == ".abc"
|
||||
|
||||
@pytest.mark.filterwarnings("ignore:.*pytest_collect_directory.*")
|
||||
def test_pytest_collect_directory(self, testdir):
|
||||
wascalled = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user