(self)
| 312 | self.memory.load_file("config.json", '{"setting": "value"}') |
| 313 | |
| 314 | def tearDown(self): |
| 315 | reset_memory() |
| 316 | |
| 317 | def test_build_file_block_returns_string(self): |
| 318 | """build_file_block should return a string.""" |
nothing calls this directly
no test coverage detected