actually don't expose unused _fillfuncargs

This commit is contained in:
holger krekel
2011-03-05 14:31:01 +01:00
parent bfe6e98abb
commit 9c952b3ce0

View File

@@ -34,7 +34,7 @@ def pytest_namespace():
'collect': {
'Module': Module, 'Class': Class, 'Instance': Instance,
'Function': Function, 'Generator': Generator,
'_fillfuncargs': fillfuncargs}
}
}
def pytest_funcarg__pytestconfig(request):