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

Function test_missing_lockfile_errors

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

Source from the content-addressed store, hash-verified

259
260
261def test_missing_lockfile_errors(tmp_path: Path) -> None:
262 _scaffold_standard_crew(tmp_path, include_lockfile=False)
263 v = _run_without_import_check(tmp_path)
264 assert "missing_lockfile" in _codes(v)
265
266
267def test_poetry_lock_is_accepted(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