reorder internal layout so that funcarg-related functionality is in python.py

This commit is contained in:
holger krekel
2012-08-01 09:23:39 +02:00
parent 4f94ab4e42
commit cb2eb9ba33
3 changed files with 361 additions and 387 deletions

View File

@@ -1,6 +1,6 @@
import pytest, py, sys
from _pytest import python as funcargs
from _pytest.main import FuncargLookupError
from _pytest.python import FuncargLookupError
class TestModule:
def test_failing_import(self, testdir):