b26d1bb18f
It is not possible to change a return type in a compatible way, so a new method is added.
3 lines
206 B
ReStructuredText
3 lines
206 B
ReStructuredText
Added :meth:`cache.mkdir() <pytest.Cache.mkdir>`, which is similar to the existing :meth:`cache.makedir() <pytest.Cache.makedir>`,
|
|
but returns a :class:`pathlib.Path` instead of a legacy ``py.path.local``.
|