remove boxed from example -n1 is sufficient and quicker to run

This commit is contained in:
Ronny Pfannschmidt
2015-09-01 23:18:48 +02:00
committed by Ronny Pfannschmidt
parent ad3e45590f
commit 3f96e1b97f

View File

@@ -19,7 +19,7 @@ to run each test in a controlled subprocess. Here is a basic example::
If you run this with::
$ py.test --boxed
$ py.test -n1
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.3.0.dev8
plugins: xdist, bugzilla, cache, oejskit, cli, pep8, cov
@@ -40,7 +40,7 @@ You'll see that a couple of tests are reported as crashing, indicated
by lower-case ``f`` and the respective failure summary. You can also use
the xdist-provided parallelization feature to speed up your testing::
$ py.test --boxed -n3
$ py.test -n3
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.3.0.dev8
plugins: xdist, bugzilla, cache, oejskit, cli, pep8, cov