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

Function test_missing_crew_py_errors

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

Source from the content-addressed store, hash-verified

315
316
317def test_missing_crew_py_errors(tmp_path: Path) -> None:
318 _scaffold_standard_crew(tmp_path, include_crew_py=False)
319 v = _run_without_import_check(tmp_path)
320 assert "missing_crew_py" in _codes(v)
321
322
323def test_missing_agents_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