mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-30 22:50:46 +02:00
33 lines
810 B
JSON
33 lines
810 B
JSON
{
|
|
"schema_version": 1,
|
|
"changed_line_coverage_floor": 50.0,
|
|
"always_tests": [
|
|
"tests/test_module_imports.py",
|
|
"tests/test_cli_boundaries.py",
|
|
"tests/test_runtime_contracts.py",
|
|
"tests/test_abliterate.py",
|
|
"tests/test_strategies.py"
|
|
],
|
|
"infrastructure_paths": [
|
|
".aiwg/**",
|
|
".github/workflows/**",
|
|
"ci/**",
|
|
"scripts/check_*.py",
|
|
"scripts/select_pr_tests.py",
|
|
"pyproject.toml",
|
|
"uv.lock"
|
|
],
|
|
"infrastructure_tests": [
|
|
"tests/test_aiwg_workspace_contracts.py",
|
|
"tests/test_ci_policy.py",
|
|
"tests/test_pr_test_selection.py",
|
|
"tests/test_quality_policy.py",
|
|
"tests/test_quality_gate_scripts.py",
|
|
"tests/test_supply_chain_policy.py",
|
|
"tests/test_test_policy.py"
|
|
],
|
|
"excluded_test_prefixes": [
|
|
"tests/conditional/"
|
|
]
|
|
}
|