MCPcopy Create free account
hub / github.com/Bytez-com/docs / test_creates_model_class

Method test_creates_model_class

sdk/python/test.py:17–19  ·  view source on GitHub ↗

Test that the correct model ID is loaded.

(self)

Source from the content-addressed store, hash-verified

15 """Tests for text generation models in a fixed order."""
16
17 def test_creates_model_class(self):
18 """Test that the correct model ID is loaded."""
19 self.assertEqual(model.id, modelId, "loads the right model")
20
21 def test_list_models(self):
22 """Test listing models."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected