add potential feature from py-dev discussion

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-01-03 14:52:26 +01:00
parent 018254a907
commit ff5c1b6611
1 changed files with 11 additions and 0 deletions

View File

@ -94,3 +94,14 @@ tags: 1.2
Packages with external dependencies should be moved out
of the core distribution. Also figleaf could serve as
another prototype for an external plugin.
consider pytest_addsyspath hook
-----------------------------------------
tags: 1.2
py.test could call a new pytest_addsyspath() in order to systematically
allow manipulation of sys.path and to inhibit it via --no-addsyspath
in order to more easily run against installed packages.
Alternatively it could also be done via the config object
and pytest_configure.