Merge pull request #6204 from TH3CHARLie/add-changelog-on-tmp_path_factory

changelog: #3985 also introduce `tmp_path_factory`
This commit is contained in:
Zac Hatfield-Dodds
2019-11-16 23:57:53 +11:00
committed by GitHub

View File

@@ -1901,7 +1901,8 @@ Features
live-logging is enabled and/or when they are logged to a file.
- `#3985 <https://github.com/pytest-dev/pytest/issues/3985>`_: Introduce ``tmp_path`` as a fixture providing a Path object.
- `#3985 <https://github.com/pytest-dev/pytest/issues/3985>`_: Introduce ``tmp_path`` as a fixture providing a Path object. Also introduce ``tmp_path_factory`` as
a session-scoped fixture for creating arbitrary temporary directories from any other fixture or test.
- `#4013 <https://github.com/pytest-dev/pytest/issues/4013>`_: Deprecation warnings are now shown even if you customize the warnings filters yourself. In the previous version