/pypy/tool/pytest/confpath.py
https://bitbucket.org/pypy/pypy/ · Python · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · 87b955e92a7410fc4a43eeab4e2078ec MD5 · raw file
- import py
- import pypy
- import rpython
- from pypy.tool import lib_pypy
- pypydir = py.path.local(pypy.__file__).dirpath()
- rpythondir = py.path.local(rpython.__file__).dirpath()
- distdir = pypydir.dirpath()
- testresultdir = distdir.join('testresult')
- assert pypydir.check(dir=1)
- testdir = lib_pypy.LIB_PYTHON.join('test')