remove pylib things and move things to new pytest namespace

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-10-07 11:59:00 +02:00
parent f488da5cc8
commit d1aff902d5
157 changed files with 176 additions and 15061 deletions

View File

@@ -1,5 +1,5 @@
import py, sys
from py._plugin import pytest_python as funcargs
from pytest.plugin import pytest_python as funcargs
class TestModule:
def test_module_file_not_found(self, testdir):