MCPcopy Create free account

hub / github.com/dbt-labs/ade-bench / functions

Functions626 in github.com/dbt-labs/ade-bench

Methodtest_server_without_env
MCP server with no env vars skips env file writing.
tests/agents/installed_agents/test_abstract_installed_agent.py:79
Functiontest_shared_databases_path_is_worktree_aware
Test that shared_databases_path can be worktree-specific (for future use). This property uses _shared_path which is worktree-aware. This allows
tests/test_trial_handler.py:269
Functiontest_shared_databases_root_path_in_main_repo
Test that shared_databases_root_path points to ade-bench repo databases. This test verifies that shared_databases_root_path returns the ade-bench
tests/test_trial_handler.py:92
Functiontest_shared_databases_root_path_in_worktree
Test that shared_databases_root_path points to main ade-bench repo. This verifies that when code runs from a worktree (agent-install-phase),
tests/test_trial_handler.py:128
Functiontest_shared_duckdb_path_in_worktree_finds_main_repo_file
Test that shared_duckdb_path finds database files in main ade-bench repo from worktree. This test verifies that when running from a worktree (lik
tests/test_trial_handler.py:182
Functiontest_shared_snowflake_path_uses_root_path
Test that shared_snowflake_path uses shared_databases_root_path. This ensures shared_snowflake_path behaves consistently with shared_duckdb_path
tests/test_trial_handler.py:230
Functiontest_should_exclude_path
Test path exclusion logic.
tests/handlers/test_file_diff_handler.py:155
Methodtest_single_server_with_env
Single MCP server writes env file and runs mcp add.
tests/agents/installed_agents/test_abstract_installed_agent.py:46
Functiontest_skill_origin_install_all
Empty skill_names means install all skills.
tests/test_plugin_set.py:17
Functiontest_skill_origin_specific_skills
Non-empty skill_names means install only those skills.
tests/test_plugin_set.py:24
Functiontest_skills_handler_install_all_skills
Installs all skills from a repo when skill_names is empty.
tests/plugins/test_skills_handler.py:17
Functiontest_skills_handler_install_failure_logs_warning
Logs warning but doesn't raise on install failure.
tests/plugins/test_skills_handler.py:88
Functiontest_skills_handler_install_multiple_origins
Installs skills from multiple origins.
tests/plugins/test_skills_handler.py:69
Functiontest_skills_handler_install_no_skills
No-op when plugin set has no skills.
tests/plugins/test_skills_handler.py:6
Functiontest_skills_handler_install_specific_skills
Installs only specified skills when skill_names is provided.
tests/plugins/test_skills_handler.py:39
Functiontest_snapshot_deduplication
Test that content deduplication works correctly.
tests/handlers/test_file_diff_handler.py:99
Methodtest_static_env_takes_precedence
Static env vars from config are not overridden by dynamic vars.
tests/agents/installed_agents/test_abstract_installed_agent.py:166
Methodtest_systematic_diffs_banner
Systematic diffs render as a banner, not per-row.
tests/scripts/test_compare_tables_html.py:53
Methodto_dict
Convert to dictionary for serialization.
ade_bench/handlers/file_diff_handler.py:32
Methodto_dict
Convert snapshot to dictionary for serialization.
ade_bench/handlers/file_diff_handler.py:71
Methodto_yaml
(self, path: Path, canary_string: str | None = None)
ade_bench/handlers/trial_handler.py:147
Methodtotal_agent_operation
Total timeout for entire agent perform_task() operation. This includes: - Agent setup (installation, env vars, etc.) - Agent
ade_bench/utils/timeout_manager.py:22
Methodtotal_test_operation
Total timeout for entire test operation.
ade_bench/utils/timeout_manager.py:33
Methodunresolved_ids
(self)
ade_bench/harness_models.py:175
Methoduse_dynamic_logging
Whether to use dynamic Rich table logging instead of traditional print statements.
ade_bench/config.py:87
Functionview_callback
View ADE-bench results.
ade_bench/cli/ab/view.py:21
← previous601–626 of 626, ranked by callers