Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 400 Bytes

7685.improvement.rst

File metadata and controls

3 lines (3 loc) · 400 Bytes

Added two new attributes rootpath <_pytest.config.Config.rootpath> and inipath <_pytest.config.Config.inipath> to Config <_pytest.config.Config>. These attributes are pathlib.Path versions of the existing rootdir <_pytest.config.Config.rootdir> and inifile <_pytest.config.Config.inifile> attributes, and should be preferred over them when possible.