mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +02:00
test: add service orchestration contracts
This commit is contained in:
@@ -16,6 +16,7 @@ from xml.etree import ElementTree
|
||||
|
||||
DEFAULT_TESTS = (
|
||||
"tests/test_bayesian_optimizer_contracts.py",
|
||||
"tests/test_bestiary_contracts.py",
|
||||
"tests/test_checkpoint_atomicity.py",
|
||||
"tests/test_config.py",
|
||||
"tests/test_config_properties.py",
|
||||
@@ -25,6 +26,7 @@ DEFAULT_TESTS = (
|
||||
"tests/test_lm_eval_reporting_contracts.py",
|
||||
"tests/test_informed_pipeline_contracts.py",
|
||||
"tests/test_model_profile_contracts.py",
|
||||
"tests/test_models_client_contracts.py",
|
||||
"tests/test_numerical_contracts.py",
|
||||
"tests/test_package_export_contracts.py",
|
||||
"tests/test_persistence_contracts.py",
|
||||
@@ -38,6 +40,7 @@ DEFAULT_TESTS = (
|
||||
"tests/test_strategy_navigation_contracts.py",
|
||||
"tests/test_sweep_contracts.py",
|
||||
"tests/test_telemetry_failure_contracts.py",
|
||||
"tests/test_watchtower_contracts.py",
|
||||
)
|
||||
HASH_SEEDS = ("0", "1", "8675309")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user