Skip to content

Commit

Permalink
Merge pull request #4003 from pytest-dev/wimglenn-patch-1
Browse files Browse the repository at this point in the history
seems this subdir is now .pytest_cache not .cache
  • Loading branch information
wimglenn committed Sep 19, 2018
2 parents 29dac03 + e86b01e commit 1f28096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/customize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here's a summary what ``pytest`` uses ``rootdir`` for:
class name, function name and parametrization (if any).

* Is used by plugins as a stable location to store project/test run specific information;
for example, the internal :ref:`cache <cache>` plugin creates a ``.cache`` subdirectory
for example, the internal :ref:`cache <cache>` plugin creates a ``.pytest_cache`` subdirectory
in ``rootdir`` to store its cross-test run state.

Important to emphasize that ``rootdir`` is **NOT** used to modify ``sys.path``/``PYTHONPATH`` or
Expand Down

0 comments on commit 1f28096

Please sign in to comment.