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
1 changed files with 1 additions and 1 deletions

View File

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