[tool.pytest.ini_options]
markers = [
    "order",
]
addopts = [
    "--strict-config",
    "--strict-markers",
]
xfail_strict = true
