[py-svn] r36892 - py/branch/conftest/py/test

hpk at codespeak.net hpk at codespeak.net
Wed Jan 17 20:30:04 CET 2007


Author: hpk
Date: Wed Jan 17 20:30:03 2007
New Revision: 36892

Modified:
   py/branch/conftest/py/test/config.py
Log:
clarify usage of getvalue()


Modified: py/branch/conftest/py/test/config.py
==============================================================================
--- py/branch/conftest/py/test/config.py	(original)
+++ py/branch/conftest/py/test/config.py	Wed Jan 17 20:30:03 2007
@@ -66,6 +66,8 @@
     def getvalue(self, name, path=None): 
         """ return 'name' value looked up from the first conftest file 
             found up the path (including the path itself). 
+            if path is None, lookup the value in the initial
+            conftest modules found during command line parsing. 
         """
         return self.conftest.rget(name, path) 
 



More information about the pytest-commit mailing list