"config.option.boxed" indicates now boxed tests
and RSession.fixoptions takes care to honour
dist_boxed accordingly. So you can do
if not py.test.config.boxed:
py.test.skip(...)
i also fixed the documentation.
--HG--
branch : trunk
|
||
|---|---|---|
| .. | ||
| import_test/package | ||
| __init__.py | ||
| setupdata.py | ||
| test_collect.py | ||
| test_config.py | ||
| test_conftesthandle.py | ||
| test_deprecated.py | ||
| test_doctest.py | ||
| test_raises.py | ||
| test_remote.py | ||
| test_repr.py | ||
| test_session.py | ||
| test_setup_nested.py | ||