File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
320
320
321
321
.. conf :: whitelist_externals ^ MULTI-LINE-LIST
322
322
323
- each line specifies a command name (in glob-style pattern format)
323
+ Each line specifies a command name (in glob-style pattern format)
324
324
which can be used in the ``commands `` section without triggering
325
325
a "not installed in virtualenv" warning. Example: if you use the
326
326
unix ``make `` for running tests you can list ``whitelist_externals=make ``
@@ -330,7 +330,11 @@ Complete list of settings that you can put into ``testenv*`` sections:
330
330
331
331
.. conf :: changedir ^ PATH ^ {toxinidir}
332
332
333
- change to this working directory when executing the test command.
333
+ Change to this working directory when executing the test command.
334
+
335
+ .. note ::
336
+
337
+ If the directory does not exist yet, it will be created.
334
338
335
339
.. conf :: deps ^ MULTI-LINE-LIST
336
340
You can’t perform that action at this time.
0 commit comments