MCPcopy Create free account
hub / github.com/crewAIInc/crewAI / test_missing_agents_yaml_errors

Function test_missing_agents_yaml_errors

lib/cli/tests/deploy/test_validate.py:351–354  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

349
350
351def test_missing_agents_yaml_errors(tmp_path: Path) -> None:
352 _scaffold_standard_crew(tmp_path, include_agents_yaml=False)
353 v = _run_without_import_check(tmp_path)
354 assert "missing_agents_yaml" in _codes(v)
355
356
357def test_missing_tasks_yaml_errors(tmp_path: Path) -> None:

Callers

nothing calls this directly

Calls 3

_scaffold_standard_crewFunction · 0.85
_codesFunction · 0.85

Tested by

no test coverage detected