parent
db6df474fe
commit
f149de635c
|
@ -11,8 +11,7 @@ from py.__.test.rsession.box import Box
|
||||||
from py.__.test.rsession.testing import example2
|
from py.__.test.rsession.testing import example2
|
||||||
|
|
||||||
def setup_module(mod):
|
def setup_module(mod):
|
||||||
mod.rootdir = py.path.local(py.__file__).dirpath().dirpath()
|
mod.config = py.test.config._reparse([])
|
||||||
mod.config = py.test.config._reparse([mod.rootdir])
|
|
||||||
|
|
||||||
def test_basic_boxing():
|
def test_basic_boxing():
|
||||||
# XXX: because we do not have option transfer
|
# XXX: because we do not have option transfer
|
||||||
|
|
Loading…
Reference in New Issue