[pypy-svn] r9952 - pypy/dist/pypy
hpk at codespeak.net
hpk at codespeak.net
Sun Mar 20 22:13:13 CET 2005
Author: hpk
Date: Sun Mar 20 22:13:13 2005
New Revision: 9952
Modified:
pypy/dist/pypy/conftest.py
Log:
set rootdir (for nicer py.test --session mode)
Modified: pypy/dist/pypy/conftest.py
==============================================================================
--- pypy/dist/pypy/conftest.py (original)
+++ pypy/dist/pypy/conftest.py Sun Mar 20 22:13:13 2005
@@ -3,6 +3,8 @@
from pypy.interpreter.error import OperationError
from pypy.tool import pytestsupport
+rootdir = py.magic.autopath().dirpath()
+
#
# PyPy's command line extra options (these are added
# to py.test's standard options)
More information about the Pypy-commit
mailing list