(self)
| 215 | """Test artifact rendering in prompts""" |
| 216 | |
| 217 | def setUp(self): |
| 218 | config = PromptConfig() |
| 219 | self.sampler = PromptSampler(config) |
| 220 | |
| 221 | def test_render_artifacts_all_items(self): |
| 222 | """Test that all artifacts are included using .items() without prioritization""" |
nothing calls this directly
no test coverage detected