[py-svn] commit/pytest: hpk42: actually don't expose unused _fillfuncargs

Bitbucket commits-noreply at bitbucket.org
Sat Mar 5 14:31:11 CET 2011


1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/c8fc62195a92/
changeset:   r2171:c8fc62195a92
user:        hpk42
date:        2011-03-05 14:31:01
summary:     actually don't expose unused _fillfuncargs
affected #:  1 file (29 bytes)

--- a/_pytest/python.py	Sat Mar 05 14:29:10 2011 +0100
+++ b/_pytest/python.py	Sat Mar 05 14:31:01 2011 +0100
@@ -34,7 +34,7 @@
         'collect': {
         'Module': Module, 'Class': Class, 'Instance': Instance,
         'Function': Function, 'Generator': Generator,
-        '_fillfuncargs': fillfuncargs}
+        }
     }
 
 def pytest_funcarg__pytestconfig(request):

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list