-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
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"}
Elijas
Metadata
Metadata
Assignees
Labels
No labels