# libtmux.pytest_plugin.config_file

- **Module:** libtmux.pytest_plugin
- **Package:** libtmux
- **Language:** Python
- **Kind:** function
- **Source:** https://github.com/tmux-python/libtmux/blob/9fdd083a8181a827889337b63cd4e6daea661a8c/src/libtmux/pytest_plugin.py#L97
- **Page:** https://libtmux.org/en/py/latest/reference/libtmux-pytest_plugin-config_file/

```
libtmux.pytest_plugin.config_file(user_path: pathlib.Path) -> pathlib.Path
```

Return fixture for ``.tmux.conf`` configuration.

- ``base-index -g 1``

These guarantee pane and windows targets can be reliably referenced and asserted.

Note: You will need to set the home directory, see :ref:`set_home`.
