Move testdir to legacypath plugin

This commit is contained in:
Ran Benita
2021-10-16 10:28:45 +03:00
parent c2ece58aa0
commit 1df28a4450
7 changed files with 284 additions and 260 deletions
-1
View File
@@ -614,7 +614,6 @@ class TestSession:
items2, hookrec = pytester.inline_genitems(item.nodeid)
(item2,) = items2
assert item2.name == item.name
assert item2.fspath == item.fspath
assert item2.path == item.path
def test_find_byid_without_instance_parents(self, pytester: Pytester) -> None: