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:345–348  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

343
344
345def test_missing_crew_py_errors(tmp_path: Path) -> None:
346 _scaffold_standard_crew(tmp_path, include_crew_py=False)
347 v = _run_without_import_check(tmp_path)
348 assert "missing_crew_py" in _codes(v)
349
350
351def 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