Add legacypath plugin
This commit is contained in:
@@ -240,6 +240,7 @@ default_plugins = essential_plugins + (
|
||||
"unittest",
|
||||
"capture",
|
||||
"skipping",
|
||||
"legacypath",
|
||||
"tmpdir",
|
||||
"monkeypatch",
|
||||
"recwarn",
|
||||
|
||||
1
src/_pytest/legacypath.py
Normal file
1
src/_pytest/legacypath.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Add backward compatibility support for the legacy py path type."""
|
||||
Reference in New Issue
Block a user