integrate plugin hook checking directly when registering
remove plugintester plugin, all functionality now in testdir --HG-- branch : trunk
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import py
|
||||
|
||||
pytest_plugins = "pytester", "plugintester"
|
||||
pytest_plugins = "pytester"
|
||||
|
||||
def pytest_collect_file(path, parent):
|
||||
if path.basename.startswith("pytest_") and path.ext == ".py":
|
||||
|
||||
Reference in New Issue
Block a user