MCPcopy Create free account
hub / github.com/NVIDIA-NeMo/Switchyard / build

Method build

tests/test_python_profile_abstractions.py:408–409  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

406 @profile_config("unit-python-run-only", register=False)
407 class RunOnlyConfig:
408 def build(self) -> RunOnlyProfile:
409 return RunOnlyProfile()
410
411 with pytest.raises(ProfileConfigError, match="run/process/rprocess"):
412 build_profile(RunOnlyConfig())

Calls 1

RunOnlyProfileClass · 0.85

Tested by

no test coverage detected