using apipkg 1.0b2 snapshot version - adjusting/cleaning up some impl-detail accesses

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-10-27 21:31:42 +01:00
parent cc3404b832
commit 33bd39053f
10 changed files with 33 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
import py
pytest_plugins = "pytester"
plugindir = py.path.local(py._py.__file__).dirpath('test', 'plugin')
plugindir = py._impldir.join('test', 'plugin')
from _py.test.defaultconftest import pytest_plugins as default_plugins
def pytest_collect_file(path, parent):