Test that the correct model ID is loaded.
(self)
| 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.""" |
nothing calls this directly
no outgoing calls
no test coverage detected