MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / test_yarn_run_serve

Method test_yarn_run_serve

test_devserver_security.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 validate_custom_command_strict("yarn start")
54
55 def test_yarn_run_serve(self):
56 validate_custom_command_strict("yarn run serve")
57
58 def test_uvicorn_basic(self):
59 validate_custom_command_strict("uvicorn main:app")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected