You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for using native TOML configuration, while maintaining full
backwards compatibility with the existing INI-based configuration
system.
In pyproject.toml, the native configuration is under ``[pytest.tool]``.
Also add support for ``pytest.toml``/``.pytest.toml`` files.
`--override-ini` always uses "ini" mode for compatibility.
0 commit comments