duplicate word
This commit is contained in:
parent
0ec5f3fd6c
commit
8f5d837ef6
|
@ -64,8 +64,8 @@ You can override the default temporary directory setting like this::
|
||||||
py.test --basetemp=mydir
|
py.test --basetemp=mydir
|
||||||
|
|
||||||
When distributing tests on the local machine, ``py.test`` takes care to
|
When distributing tests on the local machine, ``py.test`` takes care to
|
||||||
configure a basetemp directory for the sub processes such that all
|
configure a basetemp directory for the sub processes such that all temporary
|
||||||
temporary data lands below below a single per-test run basetemp directory.
|
data lands below a single per-test run basetemp directory.
|
||||||
|
|
||||||
.. _`py.path.local`: http://pylib.org/path.html
|
.. _`py.path.local`: http://pylib.org/path.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue