Things to check first
Feature description
My request is to be able to configure pytest integration within a pyproject.toml, like so:
# pyproject.toml
[tool.pytest.ini_options]
typeguard_packages = ["mypackage"]
I find this preferable to command line options
Use case
Configuring pytest like all my other plug-ins, from parameters in pyproject.toml
Things to check first
Feature description
My request is to be able to configure
pytestintegration within apyproject.toml, like so:I find this preferable to command line options
Use case
Configuring
pytestlike all my other plug-ins, from parameters inpyproject.toml