get option settings from ini-file. make getting configuration options from conftest.py only an internal feature.

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-10-31 17:41:58 +01:00
parent 1280041f0c
commit b6ec5a575d
12 changed files with 145 additions and 159 deletions

View File

@@ -1,6 +1,5 @@
import py
pytest_plugins = "pytester"
import pytest.plugin
plugindir = py.path.local(pytest.plugin.__file__).dirpath()
from pytest._core import default_plugins