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

Route test_get_project_name_python_310

lib/cli/tests/deploy/test_deploy_main.py:None–None  ·  view source on GitHub ↗
patch(
        "builtins.open",
        new_callable=unittest.mock.mock_open,
        read_data="""
        [project]
        name = "test_project"
        version = "0.1.0"
        requires-python = 

Source from the content-addressed store, hash-verified

1import sys
2import unittest
3from io import StringIO
4from pathlib import Path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected