ansible.utils/pyproject.toml

17 lines
306 B
TOML
Raw Permalink Normal View History

2022-04-13 13:01:59 +00:00
[tool.black]
line-length = 100
2022-04-13 13:01:59 +00:00
[tool.pytest.ini_options]
addopts = [
2022-05-26 14:02:52 +00:00
"--integration-tests-path=tests/integration/targets",
"-vvv",
"-n",
"2",
"--log-level",
"WARNING",
"--color",
"yes"
]
testpaths = ["tests"]
filterwarnings = ['ignore:AnsibleCollectionFinder has already been configured']