Skip to content

Support/document using with Pyproject.toml #4

@I-Dont-Remember

Description

@I-Dont-Remember

Would love to see documentation for how to use with pyproject.toml, as those seem to be growing in adoption.

Currently you can specifiy INI options in it for pytest:

[tool.pytest.ini_options]
log_cli = 1
log_cli_level = "INFO"

Maybe it could be something like:

[tool.pytest.ini_options]
log_cli = 1
log_cli_level = "INFO"
env = { ENV = "TEST", ANOTHER_VAR = "value"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions