(self)
| 238 | ) |
| 239 | |
| 240 | def test_get_config_vars(self): |
| 241 | cvars = get_config_vars() |
| 242 | self.assertIsInstance(cvars, dict) |
| 243 | self.assertTrue(cvars) |
| 244 | |
| 245 | def test_get_platform(self): |
| 246 | # Check the actual platform returns something reasonable. |
nothing calls this directly
no test coverage detected