Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/AssetOpsBench
/ functions
Functions
947 in github.com/IBM/AssetOpsBench
⨍
Functions
947
◇
Types & classes
171
↳
Endpoints
13
Function
test_resolve_args_non_string_values_unchanged
()
src/agent/tests/test_runner.py:567
Function
test_resolve_args_replaces_placeholder
()
src/agent/tests/test_runner.py:556
Function
test_resolve_args_with_llm_context_in_prompt
Prior step results appear verbatim in the generated prompt.
src/agent/tests/test_runner.py:531
Function
test_resolve_args_with_llm_empty_context_shows_none
()
src/agent/tests/test_runner.py:542
Function
test_resolve_args_with_llm_fallback_on_bad_json
(mock_llm)
src/agent/tests/test_runner.py:484
Function
test_resolve_args_with_llm_question_in_prompt
()
src/agent/tests/test_runner.py:492
Function
test_resolve_args_with_llm_schema_in_prompt
Tool parameter schema appears in the prompt so LLM uses correct names.
src/agent/tests/test_runner.py:513
Function
test_resolve_args_with_llm_tool_in_prompt
()
src/agent/tests/test_runner.py:506
Function
test_resolve_args_with_llm_unknown_schema_shows_sentinel
Empty schema renders as '(unknown)' in the prompt.
src/agent/tests/test_runner.py:523
Function
test_resolve_args_with_llm_uses_context
(mock_llm)
src/agent/tests/test_runner.py:465
Function
test_resolve_direct_opencode_model
()
src/agent/opencode_agent/tests/test_runner.py:95
Function
test_resolve_litellm_model
(monkeypatch)
src/agent/opencode_agent/tests/test_runner.py:102
Function
test_resolve_model
(model_id, expected)
src/llm/tests/test_routers.py:32
Function
test_resolve_model_stored_on_runner
()
src/agent/claude_agent/tests/test_runner.py:17
Function
test_resolve_router_creds_lenient_returns_none
(monkeypatch)
src/llm/tests/test_routers.py:74
Function
test_resolve_router_creds_native_passthrough
()
src/llm/tests/test_routers.py:63
Function
test_resolve_router_creds_strict_raises
(monkeypatch)
src/llm/tests/test_routers.py:67
Function
test_resolve_router_creds_tokenrouter
(monkeypatch)
src/llm/tests/test_routers.py:54
Function
test_resolve_run_dir_creates_workspace
(tmp_path)
src/agent/opencode_agent/tests/test_runner.py:88
Function
test_resolve_run_dir_defaults_to_repo_root
()
src/agent/opencode_agent/tests/test_runner.py:72
Function
test_resolve_run_dir_requires_workspace_for_file_or_code_tools
()
src/agent/opencode_agent/tests/test_runner.py:77
Function
test_resolve_tokenrouter_model
(monkeypatch)
src/agent/opencode_agent/tests/test_runner.py:115
Method
test_response_structure
(self)
src/servers/utilities/tests/test_utilities.py:19
Method
test_response_structure
(self)
src/servers/utilities/tests/test_utilities.py:45
Method
test_returns_bearings
(self)
src/servers/vibration/tests/test_tools.py:139
Method
test_returns_expected_keys
(self, mock_relevancy_chain)
src/servers/fmsr/tests/test_tools.py:74
Method
test_returns_list
(self)
src/servers/vibration/tests/test_dsp.py:178
Method
test_returns_main
(self)
src/servers/iot/tests/test_tools.py:19
Method
test_returns_models_list
(self)
src/servers/tsfm/tests/test_tools.py:47
Method
test_returns_tasks_list
(self)
src/servers/tsfm/tests/test_tools.py:21
Function
test_router_prefix
(model_id, expected_prefix)
src/llm/tests/test_routers.py:44
Function
test_run_agent_for_scenario_adds_gemini_workspace
( tmp_path: Path, monkeypatch: pytest.MonkeyPatch )
src/benchmark/tests/test_scenario_suite_runner.py:493
Function
test_run_agent_for_scenario_adds_openclaw_workspace
( tmp_path: Path, monkeypatch: pytest.MonkeyPatch )
src/benchmark/tests/test_scenario_suite_runner.py:540
Function
test_run_agent_for_scenario_adds_opencode_workspace
( tmp_path: Path, monkeypatch: pytest.MonkeyPatch )
src/benchmark/tests/test_scenario_suite_runner.py:396
Function
test_run_agent_for_scenario_dry_run_does_not_call_subprocess
( tmp_path: Path, monkeypatch: pytest.MonkeyPatch )
src/benchmark/tests/test_scenario_suite_runner.py:367
Function
test_run_agent_for_scenario_stages_opencode_workspace
( tmp_path: Path, monkeypatch: pytest.MonkeyPatch )
src/benchmark/tests/test_scenario_suite_runner.py:443
Function
test_run_collects_trajectory
()
src/agent/openai_agent/tests/test_runner.py:252
Function
test_run_collects_trajectory
()
src/agent/claude_agent/tests/test_runner.py:115
Function
test_run_collects_trajectory
()
src/agent/deep_agent/tests/test_runner.py:260
Function
test_run_empty_messages
()
src/agent/deep_agent/tests/test_runner.py:332
Function
test_run_empty_result
()
src/agent/openai_agent/tests/test_runner.py:284
Function
test_run_empty_result
()
src/agent/claude_agent/tests/test_runner.py:259
Function
test_run_evaluation_dry_run_does_not_call_subprocess
( tmp_path: Path, monkeypatch: pytest.MonkeyPatch )
src/benchmark/tests/test_scenario_suite_runner.py:589
Function
test_run_ids_absent_by_default
(memory_exporter)
src/observability/tests/test_tracing.py:117
Function
test_run_no_servers_skips_mcp_client
()
src/agent/deep_agent/tests/test_runner.py:309
Function
test_run_returns_agent_result
()
src/agent/openai_agent/tests/test_runner.py:229
Function
test_run_returns_agent_result
()
src/agent/deep_agent/tests/test_runner.py:233
Function
test_run_returns_orchestrator_result
()
src/agent/claude_agent/tests/test_runner.py:92
Function
test_run_tool_output_captured
PostToolUse hook output is attached to the matching ToolCall.
src/agent/claude_agent/tests/test_runner.py:163
Function
test_run_tool_output_string_response
PostToolUse hook handles string tool_response (no .get).
src/agent/claude_agent/tests/test_runner.py:217
Function
test_runner_custom_model
()
src/agent/openai_agent/tests/test_runner.py:94
Function
test_runner_custom_model
()
src/agent/deep_agent/tests/test_runner.py:87
Function
test_runner_custom_recursion_limit
()
src/agent/deep_agent/tests/test_runner.py:92
Function
test_runner_custom_server_paths
(monkeypatch)
src/agent/openai_agent/tests/test_runner.py:86
Function
test_runner_custom_server_paths
()
src/agent/claude_agent/tests/test_runner.py:80
Function
test_runner_custom_server_paths
()
src/agent/deep_agent/tests/test_runner.py:81
Function
test_runner_defaults
()
src/agent/opencode_agent/tests/test_runner.py:223
Function
test_runner_defaults
(monkeypatch)
src/agent/openai_agent/tests/test_runner.py:76
Function
test_runner_defaults
()
src/agent/claude_agent/tests/test_runner.py:72
Function
test_runner_defaults
()
src/agent/deep_agent/tests/test_runner.py:74
Function
test_runner_litellm_model
(monkeypatch)
src/agent/openai_agent/tests/test_runner.py:99
Function
test_runner_workspace_mode
(tmp_path)
src/agent/opencode_agent/tests/test_runner.py:231
Method
test_sample_data_populated
(self, couchdb_client)
src/servers/iot/tests/test_couchdb.py:42
Method
test_sc01_tool_listing
SC-01: Server starts and exposes expected tools over stdio.
src/servers/vibration/tests/test_mcp_e2e.py:187
Method
test_sc02_static_tool_happy_path
SC-02: list_known_bearings returns static database without CouchDB.
src/servers/vibration/tests/test_mcp_e2e.py:206
Method
test_sc03_iso_severity_zone_classification
SC-03: assess_vibration_severity classifies ISO 10816 zones correctly.
src/servers/vibration/tests/test_mcp_e2e.py:221
Method
test_sc04_pydantic_boundary_missing_required_field
SC-04: Pydantic rejects diagnose_vibration when data_id is absent. Primary MCP schema validation regression test. The FastMCP Pydantic
src/servers/vibration/tests/test_mcp_e2e.py:245
Method
test_sc05_data_not_found_returns_error_not_crash
SC-05: compute_fft_spectrum with unknown data_id returns error dict. Verifies application-level errors (data not found) are returned as
src/servers/vibration/tests/test_mcp_e2e.py:281
Method
test_sc06_session_teardown_exits_cleanly
SC-06: Full session lifecycle completes within 2x_DEADLINE seconds. Regression test for FIND-010 (async teardown deadlock). Uses the
src/servers/vibration/tests/test_mcp_e2e.py:299
Function
test_scenario_dir_for_id
()
src/benchmark/tests/test_scenario_suite_runner.py:37
Function
test_scenario_from_raw_coerces_int_id_to_str
()
src/evaluation/tests/test_models.py:6
Function
test_scenario_preserves_extra_fields
()
src/evaluation/tests/test_models.py:12
Function
test_sdk_env_litellm_prefix_maps_vars
(monkeypatch)
src/agent/claude_agent/tests/test_runner.py:26
Function
test_sdk_env_missing_litellm_vars_returns_none
(monkeypatch)
src/agent/claude_agent/tests/test_runner.py:36
Function
test_sdk_env_no_prefix_returns_none
()
src/agent/claude_agent/tests/test_runner.py:22
Method
test_sdk_trajectory_falls_back_to_raw_event_tokens
(self, make_persisted_record)
src/evaluation/tests/test_metrics.py:46
Method
test_sdk_trajectory_sums_per_turn
(self, make_persisted_record)
src/evaluation/tests/test_metrics.py:32
Function
test_selected_methods_all_returns_both
()
src/benchmark/tests/test_scenario_suite_runner.py:348
Function
test_selected_methods_direct_llm_only
()
src/benchmark/tests/test_scenario_suite_runner.py:328
Method
test_semantic_similarity_not_implemented
(self, make_scenario)
src/evaluation/tests/test_scorers.py:40
Method
test_server_names
(self)
src/agent/tests/test_planner.py:55
Function
test_set_run_context_seeds_span
(memory_exporter)
src/observability/tests/test_tracing.py:107
Method
test_shape_and_non_negative
(self)
src/servers/vibration/tests/test_dsp.py:108
Method
test_shape_preserved
(self)
src/servers/vibration/tests/test_dsp.py:102
Method
test_single_dependency
(self)
src/agent/tests/test_planner.py:96
Method
test_single_step
(self)
src/agent/tests/test_models.py:55
Method
test_skeleton_scorers_not_auto_registered
(self)
src/evaluation/tests/test_scorers.py:49
Function
test_stage_scenario_workspace_copies_inputs_without_groundtruth
( tmp_path: Path, )
src/benchmark/tests/test_scenario_suite_runner.py:57
Function
test_static_json_scorer_wrapper_exact_match
()
src/evaluation/tests/test_static_json_scorer.py:130
Method
test_step_numbers
(self)
src/agent/tests/test_planner.py:45
Function
test_stepresult_duration_defaults_none
()
src/agent/tests/test_timing.py:35
Method
test_strips_long_numeric_suffix
(self)
src/evaluation/tests/test_metrics.py:142
Method
test_strips_provider_prefix
(self)
src/evaluation/tests/test_metrics.py:138
Method
test_success_integration
(self)
src/servers/iot/tests/test_tools.py:111
Method
test_success_when_no_error
(self)
src/agent/tests/test_models.py:75
Method
test_sums_and_percentiles
(self)
src/evaluation/tests/test_metrics.py:114
Function
test_system_from_model
(model_id, expected)
src/observability/tests/test_tracing.py:137
Method
test_task_text
(self)
src/agent/tests/test_planner.py:50
Function
test_text_deltas_are_reconstructed
()
src/agent/opencode_agent/tests/test_runner.py:313
Method
test_to_dict
(self)
src/servers/vibration/tests/test_dsp.py:159
← previous
next →
801–900 of 947, ranked by callers