Slight change to tmp_path documentation to more clearly illustrate its behavior (#11800)

This commit is contained in:
Faisal Fawad 2024-01-11 06:01:07 -05:00 committed by GitHub
parent b1c430820f
commit 996e45d66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ The ``tmp_path`` fixture
------------------------
You can use the ``tmp_path`` fixture which will
provide a temporary directory unique to the test invocation,
provide a temporary directory unique to the current test,
created in the `base temporary directory`_.
``tmp_path`` is a :class:`pathlib.Path` object. Here is an example test usage: