integrate plugin hook checking directly when registering

remove plugintester plugin, all functionality now in testdir

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-05-22 23:50:35 +02:00
parent db2ef3e9e8
commit a93918a480
24 changed files with 106 additions and 183 deletions

View File

@@ -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":