Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbt-labs/ade-bench
/ functions
Functions
626 in github.com/dbt-labs/ade-bench
⨍
Functions
626
◇
Types & classes
90
↳
Endpoints
6
Method
test_server_without_env
MCP server with no env vars skips env file writing.
tests/agents/installed_agents/test_abstract_installed_agent.py:79
Function
test_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
Function
test_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
Function
test_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
Function
test_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
Function
test_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
Function
test_should_exclude_path
Test path exclusion logic.
tests/handlers/test_file_diff_handler.py:155
Method
test_single_server_with_env
Single MCP server writes env file and runs mcp add.
tests/agents/installed_agents/test_abstract_installed_agent.py:46
Function
test_skill_origin_install_all
Empty skill_names means install all skills.
tests/test_plugin_set.py:17
Function
test_skill_origin_specific_skills
Non-empty skill_names means install only those skills.
tests/test_plugin_set.py:24
Function
test_skills_handler_install_all_skills
Installs all skills from a repo when skill_names is empty.
tests/plugins/test_skills_handler.py:17
Function
test_skills_handler_install_failure_logs_warning
Logs warning but doesn't raise on install failure.
tests/plugins/test_skills_handler.py:88
Function
test_skills_handler_install_multiple_origins
Installs skills from multiple origins.
tests/plugins/test_skills_handler.py:69
Function
test_skills_handler_install_no_skills
No-op when plugin set has no skills.
tests/plugins/test_skills_handler.py:6
Function
test_skills_handler_install_specific_skills
Installs only specified skills when skill_names is provided.
tests/plugins/test_skills_handler.py:39
Function
test_snapshot_deduplication
Test that content deduplication works correctly.
tests/handlers/test_file_diff_handler.py:99
Method
test_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
Method
test_systematic_diffs_banner
Systematic diffs render as a banner, not per-row.
tests/scripts/test_compare_tables_html.py:53
Method
to_dict
Convert to dictionary for serialization.
ade_bench/handlers/file_diff_handler.py:32
Method
to_dict
Convert snapshot to dictionary for serialization.
ade_bench/handlers/file_diff_handler.py:71
Method
to_yaml
(self, path: Path, canary_string: str | None = None)
ade_bench/handlers/trial_handler.py:147
Method
total_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
Method
total_test_operation
Total timeout for entire test operation.
ade_bench/utils/timeout_manager.py:33
Method
unresolved_ids
(self)
ade_bench/harness_models.py:175
Method
use_dynamic_logging
Whether to use dynamic Rich table logging instead of traditional print statements.
ade_bench/config.py:87
Function
view_callback
View ADE-bench results.
ade_bench/cli/ab/view.py:21
← previous
601–626 of 626, ranked by callers