mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-19 01:17:12 +02:00
test: add Gate 3 numerical oracle contracts
This commit is contained in:
@@ -118,24 +118,32 @@ source_paths = ["obliteratus/", "scripts/"]
|
||||
only_mutate = [
|
||||
"obliteratus/config.py",
|
||||
"obliteratus/analysis/numerical_contracts.py",
|
||||
"obliteratus/analysis/whitened_svd.py",
|
||||
"obliteratus/runtime_contracts.py",
|
||||
"obliteratus/persistence_contracts.py",
|
||||
"obliteratus/remote_contracts.py",
|
||||
"obliteratus/evaluation/lm_eval_integration.py",
|
||||
"scripts/check_coverage_thresholds.py",
|
||||
]
|
||||
required_mutation_targets = [
|
||||
"obliteratus/analysis/numerical_contracts.py",
|
||||
"obliteratus/analysis/whitened_svd.py",
|
||||
]
|
||||
pytest_add_cli_args = ["--no-cov", "-q"]
|
||||
pytest_add_cli_args_test_selection = [
|
||||
"tests/test_config.py",
|
||||
"tests/test_config_properties.py",
|
||||
"tests/test_coverage_thresholds.py",
|
||||
"tests/test_projection_math_contracts.py",
|
||||
"tests/test_lm_eval_reporting_contracts.py",
|
||||
"tests/test_numerical_contracts.py",
|
||||
"tests/test_persistence_contracts.py",
|
||||
"tests/test_remote_contracts.py",
|
||||
"tests/test_runtime_contracts.py",
|
||||
"tests/test_whitened_svd_oracles.py",
|
||||
]
|
||||
mutate_only_covered_lines = true
|
||||
timeout_constant = 2.0
|
||||
on_dependency_change = "rerun"
|
||||
|
||||
[tool.uv]
|
||||
|
||||
Reference in New Issue
Block a user