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

Function test_missing_pyproject_errors

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

Source from the content-addressed store, hash-verified

239
240
241def test_missing_pyproject_errors(tmp_path: Path) -> None:
242 v = _run_without_import_check(tmp_path)
243 assert "missing_pyproject" in _codes(v)
244 assert not v.ok
245
246
247def test_invalid_pyproject_errors(tmp_path: Path) -> None:

Callers

nothing calls this directly

Calls 2

_codesFunction · 0.85

Tested by

no test coverage detected