move config to _config

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-10-10 13:48:49 +02:00
parent 51bb0f53c5
commit 32fce34825
11 changed files with 41 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
import py
from pytest import config as parseopt
from pytest import _config as parseopt
class TestParser:
def test_init(self, capsys):