(self)
| 65 | self.assertIsInstance(value, dict) |
| 66 | |
| 67 | def test_base_prefix(self): |
| 68 | self.assertIsInstance(self.key('base_prefix'), str) |
| 69 | |
| 70 | def test_base_interpreter(self): |
| 71 | """Test the base_interpreter entry. |
nothing calls this directly
no test coverage detected