HexCasting/doc/pyproject.toml

14 lines
319 B
TOML
Raw Normal View History

2023-06-06 14:13:56 +02:00
[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib"
]
markers = [
"filename: name of file for fixtures to create",
"file_contents: data for fixtures to write to files",
"fixture_data: other misc data",
]
pythonpath = ["src", "test"]
2023-06-06 14:13:56 +02:00
[tool.coverage.report]
include_namespace_packages = true